Shades of Deep Teal #0C4A3D
Tints of Deep Teal #0C4A3D
RGB
CMYK
RGB Variations
Color information
#0C4A3D (or 0x0C4A3D) is known color: Deep Teal. HEX triplet: 0C, 4A and 3D. RGB value is (12,74,61). Sum of RGB (Red+Green+Blue) = 12+74+61=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #0C4A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4A3D is #F3B5C2. Grayscale: #353535. Windows color (decimal): -15971779 or 4016652. OLE color: 4016652.
HSL color Cylindrical-coordinate representation of color #0C4A3D: hue angle of 167.42º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4A3D is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 74 | 61 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.71 |
| HSL | 167.42º | 0.72% | 0.17% | - |
| HSV(B) | 167.42º | 0.84% | 0.29% | - |
| XYZ | 3.44 | 5.31 | 5.26 | - |
| YUV | 53.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 61 | 0.84 | 0 | 0.18 | 0.71 | 167.42 | 0.72 | 0.17 |
| Hex | C | 4A | 3D | 54 | 0 | 12 | 47 | A7 | 48 | 11 |
| Octal | 14 | 112 | 75 | 124 | 0 | 22 | 107 | 247 | 110 | 21 |
| Binary | 1100 | 1001010 | 111101 | 1010100 | 0 | 10010 | 1000111 | 10100111 | 1001000 | 10001 |
Color Harmonies of #0C4A3D
Complementary color
Monochromatic Colors of #0C4A3D
Black with #0C4A3D
Text Example
Text Example
White with #0C4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4A3D; }
p { color: rgb(12,74,61); }
H1.HeaderClassName
{
color: #0C4A3D;
}
.AnyTagClassName
{
color: #0C4A3D;
}
</style>
background-color css
<style>
a { background-color: #0C4A3D; }
a { background-color: rgb(12,74,61); }
div.DivClassName
{
background-color: #0C4A3D;
}
.BgClassName
{
background-color: #0C4A3D;
}
</style>
border-color css
<style>
span { border-color: #0C4A3D; }
span { border-color: rgb(12,74,61); }
td.TdClassName
{
border-color: #0C4A3D;
}
.TagClassName
{
border-color: #0C4A3D;
}
</style>