#12787E

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

Shades of Teal #12787E

Tints of Teal #12787E

Color information

#12787E (or 0x12787E) is unknown color: approx Teal. HEX triplet: 12, 78 and 7E. RGB value is (18,120,126). Sum of RGB (Red+Green+Blue) = 18+120+126=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #12787E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12787E is #ED8781. Grayscale: #5A5A5A. Windows color (decimal): -15566722 or 8288274. OLE color: 8288274.

HSL color Cylindrical-coordinate representation of color #12787E: hue angle of 183.33º 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 #12787E is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB18120126-
CMYK0.860.0500.51
HSL183.33º75%28.24%-
HSV(B)183.33º85.71%49.41%-
XYZ10.7315.0722.08-
YUV90.19148.2176.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 126 (49.61% from 255) = 47.73%
R=6.82%
G=45.45%
B=47.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181201260.860.0500.51183.337528.24
Hex12787E565033b74b1c
Octal22170176126506326711334
Binary10010111100011111101010110101011001110110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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