Shades of Deep Teal #0C332F
Tints of Deep Teal #0C332F
RGB
CMYK
RGB Variations
Color information
#0C332F (or 0x0C332F) is known color: Deep Teal. HEX triplet: 0C, 33 and 2F. RGB value is (12,51,47). Sum of RGB (Red+Green+Blue) = 12+51+47=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #0C332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C332F is #F3CCD0. Grayscale: #262626. Windows color (decimal): -15977681 or 3093260. OLE color: 3093260.
HSL color Cylindrical-coordinate representation of color #0C332F: hue angle of 173.85º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C332F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 47 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.8 |
| HSL | 173.85º | 0.62% | 0.12% | - |
| HSV(B) | 173.85º | 0.76% | 0.2% | - |
| XYZ | 1.85 | 2.65 | 3.1 | - |
| YUV | 38.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 47 | 0.76 | 0 | 0.08 | 0.8 | 173.85 | 0.62 | 0.12 |
| Hex | C | 33 | 2F | 4C | 0 | 8 | 50 | AE | 3E | C |
| Octal | 14 | 63 | 57 | 114 | 0 | 10 | 120 | 256 | 76 | 14 |
| Binary | 1100 | 110011 | 101111 | 1001100 | 0 | 1000 | 1010000 | 10101110 | 111110 | 1100 |
Color Harmonies of #0C332F
Complementary color
Monochromatic Colors of #0C332F
Black with #0C332F
Text Example
Text Example
White with #0C332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C332F; }
p { color: rgb(12,51,47); }
H1.HeaderClassName
{
color: #0C332F;
}
.AnyTagClassName
{
color: #0C332F;
}
</style>
background-color css
<style>
a { background-color: #0C332F; }
a { background-color: rgb(12,51,47); }
div.DivClassName
{
background-color: #0C332F;
}
.BgClassName
{
background-color: #0C332F;
}
</style>
border-color css
<style>
span { border-color: #0C332F; }
span { border-color: rgb(12,51,47); }
td.TdClassName
{
border-color: #0C332F;
}
.TagClassName
{
border-color: #0C332F;
}
</style>