Shades of Deep Teal #0C4437
Tints of Deep Teal #0C4437
RGB
CMYK
RGB Variations
Color information
#0C4437 (or 0x0C4437) is known color: Deep Teal. HEX triplet: 0C, 44 and 37. RGB value is (12,68,55). Sum of RGB (Red+Green+Blue) = 12+68+55=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4437 is #F3BBC8. Grayscale: #313131. Windows color (decimal): -15973321 or 3621900. OLE color: 3621900.
HSL color Cylindrical-coordinate representation of color #0C4437: hue angle of 166.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4437 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 68 | 55 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.73 |
| HSL | 166.07º | 0.7% | 0.16% | - |
| HSV(B) | 166.07º | 0.82% | 0.27% | - |
| XYZ | 2.91 | 4.49 | 4.33 | - |
| YUV | 49.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 55 | 0.82 | 0 | 0.19 | 0.73 | 166.07 | 0.7 | 0.16 |
| Hex | C | 44 | 37 | 52 | 0 | 13 | 49 | A6 | 46 | 10 |
| Octal | 14 | 104 | 67 | 122 | 0 | 23 | 111 | 246 | 106 | 20 |
| Binary | 1100 | 1000100 | 110111 | 1010010 | 0 | 10011 | 1001001 | 10100110 | 1000110 | 10000 |
Color Harmonies of #0C4437
Complementary color
Monochromatic Colors of #0C4437
Black with #0C4437
Text Example
Text Example
White with #0C4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4437; }
p { color: rgb(12,68,55); }
H1.HeaderClassName
{
color: #0C4437;
}
.AnyTagClassName
{
color: #0C4437;
}
</style>
background-color css
<style>
a { background-color: #0C4437; }
a { background-color: rgb(12,68,55); }
div.DivClassName
{
background-color: #0C4437;
}
.BgClassName
{
background-color: #0C4437;
}
</style>
border-color css
<style>
span { border-color: #0C4437; }
span { border-color: rgb(12,68,55); }
td.TdClassName
{
border-color: #0C4437;
}
.TagClassName
{
border-color: #0C4437;
}
</style>