Shades of Deep Teal #0C5141
Tints of Deep Teal #0C5141
RGB
CMYK
RGB Variations
Color information
#0C5141 (or 0x0C5141) is known color: Deep Teal. HEX triplet: 0C, 51 and 41. RGB value is (12,81,65). Sum of RGB (Red+Green+Blue) = 12+81+65=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5141 is #F3AEBE. Grayscale: #3A3A3A. Windows color (decimal): -15969983 or 4280588. OLE color: 4280588.
HSL color Cylindrical-coordinate representation of color #0C5141: hue angle of 166.09º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5141 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 65 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.68 |
| HSL | 166.09º | 0.74% | 0.18% | - |
| HSV(B) | 166.09º | 0.85% | 0.32% | - |
| XYZ | 4.05 | 6.34 | 6.01 | - |
| YUV | 58.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 65 | 0.85 | 0 | 0.20 | 0.68 | 166.09 | 0.74 | 0.18 |
| Hex | C | 51 | 41 | 55 | 0 | 14 | 44 | A6 | 4A | 12 |
| Octal | 14 | 121 | 101 | 125 | 0 | 24 | 104 | 246 | 112 | 22 |
| Binary | 1100 | 1010001 | 1000001 | 1010101 | 0 | 10100 | 1000100 | 10100110 | 1001010 | 10010 |
Color Harmonies of #0C5141
Complementary color
Monochromatic Colors of #0C5141
Black with #0C5141
Text Example
Text Example
White with #0C5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5141; }
p { color: rgb(12,81,65); }
H1.HeaderClassName
{
color: #0C5141;
}
.AnyTagClassName
{
color: #0C5141;
}
</style>
background-color css
<style>
a { background-color: #0C5141; }
a { background-color: rgb(12,81,65); }
div.DivClassName
{
background-color: #0C5141;
}
.BgClassName
{
background-color: #0C5141;
}
</style>
border-color css
<style>
span { border-color: #0C5141; }
span { border-color: rgb(12,81,65); }
td.TdClassName
{
border-color: #0C5141;
}
.TagClassName
{
border-color: #0C5141;
}
</style>