#127B89

Color #127B89 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #127B89

Tints of Teal #127B89

Color information

#127B89 (or 0x127B89) is unknown color: approx Teal. HEX triplet: 12, 7B and 89. RGB value is (18,123,137). Sum of RGB (Red+Green+Blue) = 18+123+137=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #127B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B89 is #ED8476. Grayscale: #5D5D5D. Windows color (decimal): -15565943 or 9009938. OLE color: 9009938.

HSL color Cylindrical-coordinate representation of color #127B89: hue angle of 187.06º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127B89 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18123137-
CMYK0.870.1000.46
HSL187.06º76.77%30.39%-
HSV(B)187.06º86.86%53.73%-
XYZ11.8516.126.15-
YUV93.2152.7174.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=6.47%
G=44.24%
B=49.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181231370.870.1000.46187.0676.7730.39
Hex127B8957A02Ebb4d1e
Octal221732111271205627311536
Binary1001011110111000100110101111010010111010111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B89; }

 p { color: rgb(18,123,137); }

 H1.HeaderClassName
 {
   color: #127B89;
 }
 .AnyTagClassName
 {
   color: #127B89;
 }
</style>
background-color css

<style>
 a { background-color: #127B89; }

 a { background-color: rgb(18,123,137); }

 div.DivClassName
 {
   background-color: #127B89;
 }
 .BgClassName
 {
   background-color: #127B89;
 }
</style>
border-color css

<style>
 span { border-color: #127B89; }

 span { border-color: rgb(18,123,137); }

 td.TdClassName
 {
   border-color: #127B89;
 }
 .TagClassName
 {
   border-color: #127B89;
 }
</style>