Shades of Deep Teal #0C3B2F
Tints of Deep Teal #0C3B2F
RGB
CMYK
RGB Variations
Color information
#0C3B2F (or 0x0C3B2F) is known color: Deep Teal. HEX triplet: 0C, 3B and 2F. RGB value is (12,59,47). Sum of RGB (Red+Green+Blue) = 12+59+47=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B2F is #F3C4D0. Grayscale: #2B2B2B. Windows color (decimal): -15975633 or 3095308. OLE color: 3095308.
HSL color Cylindrical-coordinate representation of color #0C3B2F: hue angle of 164.68º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B2F is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 59 | 47 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.77 |
| HSL | 164.68º | 0.66% | 0.14% | - |
| HSV(B) | 164.68º | 0.8% | 0.23% | - |
| XYZ | 2.23 | 3.41 | 3.23 | - |
| YUV | 43.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 47 | 0.80 | 0 | 0.20 | 0.77 | 164.68 | 0.66 | 0.14 |
| Hex | C | 3B | 2F | 50 | 0 | 14 | 4D | A5 | 42 | E |
| Octal | 14 | 73 | 57 | 120 | 0 | 24 | 115 | 245 | 102 | 16 |
| Binary | 1100 | 111011 | 101111 | 1010000 | 0 | 10100 | 1001101 | 10100101 | 1000010 | 1110 |
Color Harmonies of #0C3B2F
Complementary color
Monochromatic Colors of #0C3B2F
Black with #0C3B2F
Text Example
Text Example
White with #0C3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B2F; }
p { color: rgb(12,59,47); }
H1.HeaderClassName
{
color: #0C3B2F;
}
.AnyTagClassName
{
color: #0C3B2F;
}
</style>
background-color css
<style>
a { background-color: #0C3B2F; }
a { background-color: rgb(12,59,47); }
div.DivClassName
{
background-color: #0C3B2F;
}
.BgClassName
{
background-color: #0C3B2F;
}
</style>
border-color css
<style>
span { border-color: #0C3B2F; }
span { border-color: rgb(12,59,47); }
td.TdClassName
{
border-color: #0C3B2F;
}
.TagClassName
{
border-color: #0C3B2F;
}
</style>