#12837C

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

Shades of Teal #12837C

Tints of Teal #12837C

Color information

#12837C (or 0x12837C) is unknown color: approx Teal. HEX triplet: 12, 83 and 7C. RGB value is (18,131,124). Sum of RGB (Red+Green+Blue) = 18+131+124=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #12837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12837C is #ED7C83. Grayscale: #606060. Windows color (decimal): -15563908 or 8160018. OLE color: 8160018.

HSL color Cylindrical-coordinate representation of color #12837C: hue angle of 176.28º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12837C is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB18131124-
CMYK0.8600.050.49
HSL176.28º75.84%29.22%-
HSV(B)176.28º86.26%51.37%-
XYZ1217.8221.88-
YUV96.42143.5672.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=6.59%
G=47.99%
B=45.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311240.8600.050.49176.2875.8429.22
Hex12837C560531b04c1d
Octal22203174126056126011435
Binary100101000001111111001010110010111000110110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12837C; }

 p { color: rgb(18,131,124); }

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

<style>
 a { background-color: #12837C; }

 a { background-color: rgb(18,131,124); }

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

<style>
 span { border-color: #12837C; }

 span { border-color: rgb(18,131,124); }

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