Shades of Deep Teal #0C4335
Tints of Deep Teal #0C4335
RGB
CMYK
RGB Variations
Color information
#0C4335 (or 0x0C4335) is known color: Deep Teal. HEX triplet: 0C, 43 and 35. RGB value is (12,67,53). Sum of RGB (Red+Green+Blue) = 12+67+53=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4335 is #F3BCCA. Grayscale: #303030. Windows color (decimal): -15973579 or 3490572. OLE color: 3490572.
HSL color Cylindrical-coordinate representation of color #0C4335: hue angle of 164.73º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4335 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 53 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.74 |
| HSL | 164.73º | 0.7% | 0.15% | - |
| HSV(B) | 164.73º | 0.82% | 0.26% | - |
| XYZ | 2.8 | 4.35 | 4.06 | - |
| YUV | 48.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 53 | 0.82 | 0 | 0.21 | 0.74 | 164.73 | 0.7 | 0.15 |
| Hex | C | 43 | 35 | 52 | 0 | 15 | 4A | A5 | 46 | F |
| Octal | 14 | 103 | 65 | 122 | 0 | 25 | 112 | 245 | 106 | 17 |
| Binary | 1100 | 1000011 | 110101 | 1010010 | 0 | 10101 | 1001010 | 10100101 | 1000110 | 1111 |
Color Harmonies of #0C4335
Complementary color
Monochromatic Colors of #0C4335
Black with #0C4335
Text Example
Text Example
White with #0C4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4335; }
p { color: rgb(12,67,53); }
H1.HeaderClassName
{
color: #0C4335;
}
.AnyTagClassName
{
color: #0C4335;
}
</style>
background-color css
<style>
a { background-color: #0C4335; }
a { background-color: rgb(12,67,53); }
div.DivClassName
{
background-color: #0C4335;
}
.BgClassName
{
background-color: #0C4335;
}
</style>
border-color css
<style>
span { border-color: #0C4335; }
span { border-color: rgb(12,67,53); }
td.TdClassName
{
border-color: #0C4335;
}
.TagClassName
{
border-color: #0C4335;
}
</style>