Shades of Deep Teal #0C4F41
Tints of Deep Teal #0C4F41
RGB
CMYK
RGB Variations
Color information
#0C4F41 (or 0x0C4F41) is known color: Deep Teal. HEX triplet: 0C, 4F and 41. RGB value is (12,79,65). Sum of RGB (Red+Green+Blue) = 12+79+65=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F41 is #F3B0BE. Grayscale: #393939. Windows color (decimal): -15970495 or 4280076. OLE color: 4280076.
HSL color Cylindrical-coordinate representation of color #0C4F41: hue angle of 167.46º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F41 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 65 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.69 |
| HSL | 167.46º | 0.74% | 0.18% | - |
| HSV(B) | 167.46º | 0.85% | 0.31% | - |
| XYZ | 3.9 | 6.05 | 5.96 | - |
| YUV | 57.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 65 | 0.85 | 0 | 0.18 | 0.69 | 167.46 | 0.74 | 0.18 |
| Hex | C | 4F | 41 | 55 | 0 | 12 | 45 | A7 | 4A | 12 |
| Octal | 14 | 117 | 101 | 125 | 0 | 22 | 105 | 247 | 112 | 22 |
| Binary | 1100 | 1001111 | 1000001 | 1010101 | 0 | 10010 | 1000101 | 10100111 | 1001010 | 10010 |
Color Harmonies of #0C4F41
Complementary color
Monochromatic Colors of #0C4F41
Black with #0C4F41
Text Example
Text Example
White with #0C4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F41; }
p { color: rgb(12,79,65); }
H1.HeaderClassName
{
color: #0C4F41;
}
.AnyTagClassName
{
color: #0C4F41;
}
</style>
background-color css
<style>
a { background-color: #0C4F41; }
a { background-color: rgb(12,79,65); }
div.DivClassName
{
background-color: #0C4F41;
}
.BgClassName
{
background-color: #0C4F41;
}
</style>
border-color css
<style>
span { border-color: #0C4F41; }
span { border-color: rgb(12,79,65); }
td.TdClassName
{
border-color: #0C4F41;
}
.TagClassName
{
border-color: #0C4F41;
}
</style>