Shades of Deep Teal #0C463C
Tints of Deep Teal #0C463C
RGB
CMYK
RGB Variations
Color information
#0C463C (or 0x0C463C) is known color: Deep Teal. HEX triplet: 0C, 46 and 3C. RGB value is (12,70,60). Sum of RGB (Red+Green+Blue) = 12+70+60=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #0C463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C463C is #F3B9C3. Grayscale: #333333. Windows color (decimal): -15972804 or 3950092. OLE color: 3950092.
HSL color Cylindrical-coordinate representation of color #0C463C: hue angle of 169.66º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C463C is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 60 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.73 |
| HSL | 169.66º | 0.71% | 0.16% | - |
| HSV(B) | 169.66º | 0.83% | 0.27% | - |
| XYZ | 3.16 | 4.78 | 5.03 | - |
| YUV | 51.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 60 | 0.83 | 0 | 0.14 | 0.73 | 169.66 | 0.71 | 0.16 |
| Hex | C | 46 | 3C | 53 | 0 | E | 49 | AA | 47 | 10 |
| Octal | 14 | 106 | 74 | 123 | 0 | 16 | 111 | 252 | 107 | 20 |
| Binary | 1100 | 1000110 | 111100 | 1010011 | 0 | 1110 | 1001001 | 10101010 | 1000111 | 10000 |
Color Harmonies of #0C463C
Complementary color
Monochromatic Colors of #0C463C
Black with #0C463C
Text Example
Text Example
White with #0C463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C463C; }
p { color: rgb(12,70,60); }
H1.HeaderClassName
{
color: #0C463C;
}
.AnyTagClassName
{
color: #0C463C;
}
</style>
background-color css
<style>
a { background-color: #0C463C; }
a { background-color: rgb(12,70,60); }
div.DivClassName
{
background-color: #0C463C;
}
.BgClassName
{
background-color: #0C463C;
}
</style>
border-color css
<style>
span { border-color: #0C463C; }
span { border-color: rgb(12,70,60); }
td.TdClassName
{
border-color: #0C463C;
}
.TagClassName
{
border-color: #0C463C;
}
</style>