Shades of Deep Teal #0C4133
Tints of Deep Teal #0C4133
RGB
CMYK
RGB Variations
Color information
#0C4133 (or 0x0C4133) is known color: Deep Teal. HEX triplet: 0C, 41 and 33. RGB value is (12,65,51). Sum of RGB (Red+Green+Blue) = 12+65+51=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4133 is #F3BECC. Grayscale: #2F2F2F. Windows color (decimal): -15974093 or 3358988. OLE color: 3358988.
HSL color Cylindrical-coordinate representation of color #0C4133: hue angle of 164.15º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4133 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 51 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.75 |
| HSL | 164.15º | 0.69% | 0.15% | - |
| HSV(B) | 164.15º | 0.82% | 0.25% | - |
| XYZ | 2.64 | 4.1 | 3.78 | - |
| YUV | 47.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 51 | 0.82 | 0 | 0.22 | 0.75 | 164.15 | 0.69 | 0.15 |
| Hex | C | 41 | 33 | 52 | 0 | 16 | 4B | A4 | 45 | F |
| Octal | 14 | 101 | 63 | 122 | 0 | 26 | 113 | 244 | 105 | 17 |
| Binary | 1100 | 1000001 | 110011 | 1010010 | 0 | 10110 | 1001011 | 10100100 | 1000101 | 1111 |
Color Harmonies of #0C4133
Complementary color
Monochromatic Colors of #0C4133
Black with #0C4133
Text Example
Text Example
White with #0C4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4133; }
p { color: rgb(12,65,51); }
H1.HeaderClassName
{
color: #0C4133;
}
.AnyTagClassName
{
color: #0C4133;
}
</style>
background-color css
<style>
a { background-color: #0C4133; }
a { background-color: rgb(12,65,51); }
div.DivClassName
{
background-color: #0C4133;
}
.BgClassName
{
background-color: #0C4133;
}
</style>
border-color css
<style>
span { border-color: #0C4133; }
span { border-color: rgb(12,65,51); }
td.TdClassName
{
border-color: #0C4133;
}
.TagClassName
{
border-color: #0C4133;
}
</style>