Shades of Teal #12847C
Tints of Teal #12847C
RGB
CMYK
RGB Variations
Color information
#12847C (or 0x12847C) is known color: Teal. HEX triplet: 12, 84 and 7C. RGB value is (18,132,124). Sum of RGB (Red+Green+Blue) = 18+132+124=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #12847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847C is #ED7B83. Grayscale: #606060. Windows color (decimal): -15563652 or 8160274. OLE color: 8160274.
HSL color Cylindrical-coordinate representation of color #12847C: hue angle of 175.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12847C is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 124 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.48 |
| HSL | 175.79º | 0.76% | 0.29% | - |
| HSV(B) | 175.79º | 0.86% | 0.52% | - |
| XYZ | 12.14 | 18.09 | 21.92 | - |
| YUV | 97 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 124 | 0.86 | 0 | 0.06 | 0.48 | 175.79 | 0.76 | 0.29 |
| Hex | 12 | 84 | 7C | 56 | 0 | 6 | 30 | B0 | 4C | 1D |
| Octal | 22 | 204 | 174 | 126 | 0 | 6 | 60 | 260 | 114 | 35 |
| Binary | 10010 | 10000100 | 1111100 | 1010110 | 0 | 110 | 110000 | 10110000 | 1001100 | 11101 |
Color Harmonies of #12847C
Complementary color
Monochromatic Colors of #12847C
Black with #12847C
Text Example
Text Example
White with #12847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12847C; }
p { color: rgb(18,132,124); }
H1.HeaderClassName
{
color: #12847C;
}
.AnyTagClassName
{
color: #12847C;
}
</style>
background-color css
<style>
a { background-color: #12847C; }
a { background-color: rgb(18,132,124); }
div.DivClassName
{
background-color: #12847C;
}
.BgClassName
{
background-color: #12847C;
}
</style>
border-color css
<style>
span { border-color: #12847C; }
span { border-color: rgb(18,132,124); }
td.TdClassName
{
border-color: #12847C;
}
.TagClassName
{
border-color: #12847C;
}
</style>