Shades of Deep Teal #0C3A32
Tints of Deep Teal #0C3A32
RGB
CMYK
RGB Variations
Color information
#0C3A32 (or 0x0C3A32) is known color: Deep Teal. HEX triplet: 0C, 3A and 32. RGB value is (12,58,50). Sum of RGB (Red+Green+Blue) = 12+58+50=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3A32 is #F3C5CD. Grayscale: #2B2B2B. Windows color (decimal): -15975886 or 3291660. OLE color: 3291660.
HSL color Cylindrical-coordinate representation of color #0C3A32: hue angle of 169.57º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A32 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 50 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.77 |
| HSL | 169.57º | 0.66% | 0.14% | - |
| HSV(B) | 169.57º | 0.79% | 0.23% | - |
| XYZ | 2.24 | 3.33 | 3.54 | - |
| YUV | 43.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 50 | 0.79 | 0 | 0.14 | 0.77 | 169.57 | 0.66 | 0.14 |
| Hex | C | 3A | 32 | 4F | 0 | E | 4D | AA | 42 | E |
| Octal | 14 | 72 | 62 | 117 | 0 | 16 | 115 | 252 | 102 | 16 |
| Binary | 1100 | 111010 | 110010 | 1001111 | 0 | 1110 | 1001101 | 10101010 | 1000010 | 1110 |
Color Harmonies of #0C3A32
Complementary color
Monochromatic Colors of #0C3A32
Black with #0C3A32
Text Example
Text Example
White with #0C3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A32; }
p { color: rgb(12,58,50); }
H1.HeaderClassName
{
color: #0C3A32;
}
.AnyTagClassName
{
color: #0C3A32;
}
</style>
background-color css
<style>
a { background-color: #0C3A32; }
a { background-color: rgb(12,58,50); }
div.DivClassName
{
background-color: #0C3A32;
}
.BgClassName
{
background-color: #0C3A32;
}
</style>
border-color css
<style>
span { border-color: #0C3A32; }
span { border-color: rgb(12,58,50); }
td.TdClassName
{
border-color: #0C3A32;
}
.TagClassName
{
border-color: #0C3A32;
}
</style>