Shades of Deep Teal #0C473C
Tints of Deep Teal #0C473C
RGB
CMYK
RGB Variations
Color information
#0C473C (or 0x0C473C) is known color: Deep Teal. HEX triplet: 0C, 47 and 3C. RGB value is (12,71,60). Sum of RGB (Red+Green+Blue) = 12+71+60=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #0C473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C473C is #F3B8C3. Grayscale: #343434. Windows color (decimal): -15972548 or 3950348. OLE color: 3950348.
HSL color Cylindrical-coordinate representation of color #0C473C: hue angle of 168.81º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C473C is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 71 | 60 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.72 |
| HSL | 168.81º | 0.71% | 0.16% | - |
| HSV(B) | 168.81º | 0.83% | 0.28% | - |
| XYZ | 3.22 | 4.91 | 5.05 | - |
| YUV | 52.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 60 | 0.83 | 0 | 0.15 | 0.72 | 168.81 | 0.71 | 0.16 |
| Hex | C | 47 | 3C | 53 | 0 | F | 48 | A9 | 47 | 10 |
| Octal | 14 | 107 | 74 | 123 | 0 | 17 | 110 | 251 | 107 | 20 |
| Binary | 1100 | 1000111 | 111100 | 1010011 | 0 | 1111 | 1001000 | 10101001 | 1000111 | 10000 |
Color Harmonies of #0C473C
Complementary color
Monochromatic Colors of #0C473C
Black with #0C473C
Text Example
Text Example
White with #0C473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C473C; }
p { color: rgb(12,71,60); }
H1.HeaderClassName
{
color: #0C473C;
}
.AnyTagClassName
{
color: #0C473C;
}
</style>
background-color css
<style>
a { background-color: #0C473C; }
a { background-color: rgb(12,71,60); }
div.DivClassName
{
background-color: #0C473C;
}
.BgClassName
{
background-color: #0C473C;
}
</style>
border-color css
<style>
span { border-color: #0C473C; }
span { border-color: rgb(12,71,60); }
td.TdClassName
{
border-color: #0C473C;
}
.TagClassName
{
border-color: #0C473C;
}
</style>