Shades of Deep Teal #0C342F
Tints of Deep Teal #0C342F
RGB
CMYK
RGB Variations
Color information
#0C342F (or 0x0C342F) is known color: Deep Teal. HEX triplet: 0C, 34 and 2F. RGB value is (12,52,47). Sum of RGB (Red+Green+Blue) = 12+52+47=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #0C342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C342F is #F3CBD0. Grayscale: #272727. Windows color (decimal): -15977425 or 3093516. OLE color: 3093516.
HSL color Cylindrical-coordinate representation of color #0C342F: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C342F is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 47 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.80 |
| HSL | 172.5º | 0.63% | 0.13% | - |
| HSV(B) | 172.5º | 0.77% | 0.2% | - |
| XYZ | 1.89 | 2.74 | 3.12 | - |
| YUV | 39.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 47 | 0.77 | 0 | 0.10 | 0.80 | 172.5 | 0.63 | 0.13 |
| Hex | C | 34 | 2F | 4D | 0 | A | 50 | AC | 3E | D |
| Octal | 14 | 64 | 57 | 115 | 0 | 12 | 120 | 254 | 76 | 15 |
| Binary | 1100 | 110100 | 101111 | 1001101 | 0 | 1010 | 1010000 | 10101100 | 111110 | 1101 |
Color Harmonies of #0C342F
Complementary color
Monochromatic Colors of #0C342F
Black with #0C342F
Text Example
Text Example
White with #0C342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C342F; }
p { color: rgb(12,52,47); }
H1.HeaderClassName
{
color: #0C342F;
}
.AnyTagClassName
{
color: #0C342F;
}
</style>
background-color css
<style>
a { background-color: #0C342F; }
a { background-color: rgb(12,52,47); }
div.DivClassName
{
background-color: #0C342F;
}
.BgClassName
{
background-color: #0C342F;
}
</style>
border-color css
<style>
span { border-color: #0C342F; }
span { border-color: rgb(12,52,47); }
td.TdClassName
{
border-color: #0C342F;
}
.TagClassName
{
border-color: #0C342F;
}
</style>