#12777E

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

Shades of Teal #12777E

Tints of Teal #12777E

Color information

#12777E (or 0x12777E) is unknown color: approx Teal. HEX triplet: 12, 77 and 7E. RGB value is (18,119,126). Sum of RGB (Red+Green+Blue) = 18+119+126=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #12777E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12777E is #ED8881. Grayscale: #595959. Windows color (decimal): -15566978 or 8288018. OLE color: 8288018.

HSL color Cylindrical-coordinate representation of color #12777E: hue angle of 183.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12777E is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB18119126-
CMYK0.860.0600.51
HSL183.89º75%28.24%-
HSV(B)183.89º85.71%49.41%-
XYZ10.6114.8322.04-
YUV89.6148.5476.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=6.84%
G=45.25%
B=47.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181191260.860.0600.51183.897528.24
Hex12777E566033b84b1c
Octal22167176126606327011334
Binary10010111011111111101010110110011001110111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12777E; }

 p { color: rgb(18,119,126); }

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

<style>
 a { background-color: #12777E; }

 a { background-color: rgb(18,119,126); }

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

<style>
 span { border-color: #12777E; }

 span { border-color: rgb(18,119,126); }

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