Shades of Deep Teal #0C4136
Tints of Deep Teal #0C4136
RGB
CMYK
RGB Variations
Color information
#0C4136 (or 0x0C4136) is known color: Deep Teal. HEX triplet: 0C, 41 and 36. RGB value is (12,65,54). Sum of RGB (Red+Green+Blue) = 12+65+54=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4136 is #F3BEC9. Grayscale: #2F2F2F. Windows color (decimal): -15974090 or 3555596. OLE color: 3555596.
HSL color Cylindrical-coordinate representation of color #0C4136: hue angle of 167.55º 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 #0C4136 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 54 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.75 |
| HSL | 167.55º | 0.69% | 0.15% | - |
| HSV(B) | 167.55º | 0.82% | 0.25% | - |
| XYZ | 2.71 | 4.13 | 4.14 | - |
| YUV | 47.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 54 | 0.82 | 0 | 0.17 | 0.75 | 167.55 | 0.69 | 0.15 |
| Hex | C | 41 | 36 | 52 | 0 | 11 | 4B | A8 | 45 | F |
| Octal | 14 | 101 | 66 | 122 | 0 | 21 | 113 | 250 | 105 | 17 |
| Binary | 1100 | 1000001 | 110110 | 1010010 | 0 | 10001 | 1001011 | 10101000 | 1000101 | 1111 |
Color Harmonies of #0C4136
Complementary color
Monochromatic Colors of #0C4136
Black with #0C4136
Text Example
Text Example
White with #0C4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4136; }
p { color: rgb(12,65,54); }
H1.HeaderClassName
{
color: #0C4136;
}
.AnyTagClassName
{
color: #0C4136;
}
</style>
background-color css
<style>
a { background-color: #0C4136; }
a { background-color: rgb(12,65,54); }
div.DivClassName
{
background-color: #0C4136;
}
.BgClassName
{
background-color: #0C4136;
}
</style>
border-color css
<style>
span { border-color: #0C4136; }
span { border-color: rgb(12,65,54); }
td.TdClassName
{
border-color: #0C4136;
}
.TagClassName
{
border-color: #0C4136;
}
</style>