Shades of Deep Teal #0C392F
Tints of Deep Teal #0C392F
RGB
CMYK
RGB Variations
Color information
#0C392F (or 0x0C392F) is known color: Deep Teal. HEX triplet: 0C, 39 and 2F. RGB value is (12,57,47). Sum of RGB (Red+Green+Blue) = 12+57+47=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #0C392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C392F is #F3C6D0. Grayscale: #2A2A2A. Windows color (decimal): -15976145 or 3094796. OLE color: 3094796.
HSL color Cylindrical-coordinate representation of color #0C392F: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C392F is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 57 | 47 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.78 |
| HSL | 166.67º | 0.65% | 0.14% | - |
| HSV(B) | 166.67º | 0.79% | 0.22% | - |
| XYZ | 2.13 | 3.21 | 3.2 | - |
| YUV | 42.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 47 | 0.79 | 0 | 0.18 | 0.78 | 166.67 | 0.65 | 0.14 |
| Hex | C | 39 | 2F | 4F | 0 | 12 | 4E | A7 | 41 | E |
| Octal | 14 | 71 | 57 | 117 | 0 | 22 | 116 | 247 | 101 | 16 |
| Binary | 1100 | 111001 | 101111 | 1001111 | 0 | 10010 | 1001110 | 10100111 | 1000001 | 1110 |
Color Harmonies of #0C392F
Complementary color
Monochromatic Colors of #0C392F
Black with #0C392F
Text Example
Text Example
White with #0C392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C392F; }
p { color: rgb(12,57,47); }
H1.HeaderClassName
{
color: #0C392F;
}
.AnyTagClassName
{
color: #0C392F;
}
</style>
background-color css
<style>
a { background-color: #0C392F; }
a { background-color: rgb(12,57,47); }
div.DivClassName
{
background-color: #0C392F;
}
.BgClassName
{
background-color: #0C392F;
}
</style>
border-color css
<style>
span { border-color: #0C392F; }
span { border-color: rgb(12,57,47); }
td.TdClassName
{
border-color: #0C392F;
}
.TagClassName
{
border-color: #0C392F;
}
</style>