Shades of Deep Teal #0C4B3D
Tints of Deep Teal #0C4B3D
RGB
CMYK
RGB Variations
Color information
#0C4B3D (or 0x0C4B3D) is known color: Deep Teal. HEX triplet: 0C, 4B and 3D. RGB value is (12,75,61). Sum of RGB (Red+Green+Blue) = 12+75+61=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B3D is #F3B4C2. Grayscale: #363636. Windows color (decimal): -15971523 or 4016908. OLE color: 4016908.
HSL color Cylindrical-coordinate representation of color #0C4B3D: hue angle of 166.67º 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 #0C4B3D is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 61 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.71 |
| HSL | 166.67º | 0.72% | 0.17% | - |
| HSV(B) | 166.67º | 0.84% | 0.29% | - |
| XYZ | 3.51 | 5.45 | 5.28 | - |
| YUV | 54.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 61 | 0.84 | 0 | 0.19 | 0.71 | 166.67 | 0.72 | 0.17 |
| Hex | C | 4B | 3D | 54 | 0 | 13 | 47 | A7 | 48 | 11 |
| Octal | 14 | 113 | 75 | 124 | 0 | 23 | 107 | 247 | 110 | 21 |
| Binary | 1100 | 1001011 | 111101 | 1010100 | 0 | 10011 | 1000111 | 10100111 | 1001000 | 10001 |
Color Harmonies of #0C4B3D
Complementary color
Monochromatic Colors of #0C4B3D
Black with #0C4B3D
Text Example
Text Example
White with #0C4B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B3D; }
p { color: rgb(12,75,61); }
H1.HeaderClassName
{
color: #0C4B3D;
}
.AnyTagClassName
{
color: #0C4B3D;
}
</style>
background-color css
<style>
a { background-color: #0C4B3D; }
a { background-color: rgb(12,75,61); }
div.DivClassName
{
background-color: #0C4B3D;
}
.BgClassName
{
background-color: #0C4B3D;
}
</style>
border-color css
<style>
span { border-color: #0C4B3D; }
span { border-color: rgb(12,75,61); }
td.TdClassName
{
border-color: #0C4B3D;
}
.TagClassName
{
border-color: #0C4B3D;
}
</style>