Shades of Deep Teal #0C4F3D
Tints of Deep Teal #0C4F3D
RGB
CMYK
RGB Variations
Color information
#0C4F3D (or 0x0C4F3D) is known color: Deep Teal. HEX triplet: 0C, 4F and 3D. RGB value is (12,79,61). Sum of RGB (Red+Green+Blue) = 12+79+61=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F3D is #F3B0C2. Grayscale: #383838. Windows color (decimal): -15970499 or 4017932. OLE color: 4017932.
HSL color Cylindrical-coordinate representation of color #0C4F3D: hue angle of 163.88º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F3D is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 61 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.69 |
| HSL | 163.88º | 0.74% | 0.18% | - |
| HSV(B) | 163.88º | 0.85% | 0.31% | - |
| XYZ | 3.79 | 6.01 | 5.37 | - |
| YUV | 56.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 61 | 0.85 | 0 | 0.23 | 0.69 | 163.88 | 0.74 | 0.18 |
| Hex | C | 4F | 3D | 55 | 0 | 17 | 45 | A4 | 4A | 12 |
| Octal | 14 | 117 | 75 | 125 | 0 | 27 | 105 | 244 | 112 | 22 |
| Binary | 1100 | 1001111 | 111101 | 1010101 | 0 | 10111 | 1000101 | 10100100 | 1001010 | 10010 |
Color Harmonies of #0C4F3D
Complementary color
Monochromatic Colors of #0C4F3D
Black with #0C4F3D
Text Example
Text Example
White with #0C4F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F3D; }
p { color: rgb(12,79,61); }
H1.HeaderClassName
{
color: #0C4F3D;
}
.AnyTagClassName
{
color: #0C4F3D;
}
</style>
background-color css
<style>
a { background-color: #0C4F3D; }
a { background-color: rgb(12,79,61); }
div.DivClassName
{
background-color: #0C4F3D;
}
.BgClassName
{
background-color: #0C4F3D;
}
</style>
border-color css
<style>
span { border-color: #0C4F3D; }
span { border-color: rgb(12,79,61); }
td.TdClassName
{
border-color: #0C4F3D;
}
.TagClassName
{
border-color: #0C4F3D;
}
</style>