Shades of Teal #12837C
Tints of Teal #12837C
RGB
CMYK
RGB Variations
Color information
#12837C (or 0x12837C) is known color: 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
| RGB | 18 | 131 | 124 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.49 |
| HSL | 176.28º | 0.76% | 0.29% | - |
| HSV(B) | 176.28º | 0.86% | 0.51% | - |
| XYZ | 12 | 17.82 | 21.88 | - |
| YUV | 96.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 124 | 0.86 | 0 | 0.05 | 0.49 | 176.28 | 0.76 | 0.29 |
| Hex | 12 | 83 | 7C | 56 | 0 | 5 | 31 | B0 | 4C | 1D |
| Octal | 22 | 203 | 174 | 126 | 0 | 5 | 61 | 260 | 114 | 35 |
| Binary | 10010 | 10000011 | 1111100 | 1010110 | 0 | 101 | 110001 | 10110000 | 1001100 | 11101 |
Color Harmonies of #12837C
Complementary color
Monochromatic Colors of #12837C
Black with #12837C
Text Example
Text Example
White with #12837C
Text Example
Text Example
HTML Codes & Css Web 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>