Shades of Teal #12837E
Tints of Teal #12837E
RGB
CMYK
RGB Variations
Color information
#12837E (or 0x12837E) is known color: Teal. HEX triplet: 12, 83 and 7E. RGB value is (18,131,126). Sum of RGB (Red+Green+Blue) = 18+131+126=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #12837E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12837E is #ED7C81. Grayscale: #606060. Windows color (decimal): -15563906 or 8291090. OLE color: 8291090.
HSL color Cylindrical-coordinate representation of color #12837E: hue angle of 177.35º 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 #12837E is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 126 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.49 |
| HSL | 177.35º | 0.76% | 0.29% | - |
| HSV(B) | 177.35º | 0.86% | 0.51% | - |
| XYZ | 12.13 | 17.87 | 22.55 | - |
| YUV | 96.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 126 | 0.86 | 0 | 0.04 | 0.49 | 177.35 | 0.76 | 0.29 |
| Hex | 12 | 83 | 7E | 56 | 0 | 4 | 31 | B1 | 4C | 1D |
| Octal | 22 | 203 | 176 | 126 | 0 | 4 | 61 | 261 | 114 | 35 |
| Binary | 10010 | 10000011 | 1111110 | 1010110 | 0 | 100 | 110001 | 10110001 | 1001100 | 11101 |
Color Harmonies of #12837E
Complementary color
Monochromatic Colors of #12837E
Black with #12837E
Text Example
Text Example
White with #12837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12837E; }
p { color: rgb(18,131,126); }
H1.HeaderClassName
{
color: #12837E;
}
.AnyTagClassName
{
color: #12837E;
}
</style>
background-color css
<style>
a { background-color: #12837E; }
a { background-color: rgb(18,131,126); }
div.DivClassName
{
background-color: #12837E;
}
.BgClassName
{
background-color: #12837E;
}
</style>
border-color css
<style>
span { border-color: #12837E; }
span { border-color: rgb(18,131,126); }
td.TdClassName
{
border-color: #12837E;
}
.TagClassName
{
border-color: #12837E;
}
</style>