Shades of Deep Teal #0F423A
Tints of Deep Teal #0F423A
RGB
CMYK
RGB Variations
Color information
#0F423A (or 0x0F423A) is known color: Deep Teal. HEX triplet: 0F, 42 and 3A. RGB value is (15,66,58). Sum of RGB (Red+Green+Blue) = 15+66+58=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #0F423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F423A is #F0BDC5. Grayscale: #313131. Windows color (decimal): -15777222 or 3817999. OLE color: 3817999.
HSL color Cylindrical-coordinate representation of color #0F423A: hue angle of 170.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F423A is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 58 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.74 |
| HSL | 170.59º | 0.63% | 0.16% | - |
| HSV(B) | 170.59º | 0.77% | 0.26% | - |
| XYZ | 2.91 | 4.3 | 4.68 | - |
| YUV | 49.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 58 | 0.77 | 0 | 0.12 | 0.74 | 170.59 | 0.63 | 0.16 |
| Hex | F | 42 | 3A | 4D | 0 | C | 4A | AB | 3F | 10 |
| Octal | 17 | 102 | 72 | 115 | 0 | 14 | 112 | 253 | 77 | 20 |
| Binary | 1111 | 1000010 | 111010 | 1001101 | 0 | 1100 | 1001010 | 10101011 | 111111 | 10000 |
Color Harmonies of #0F423A
Complementary color
Monochromatic Colors of #0F423A
Black with #0F423A
Text Example
Text Example
White with #0F423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F423A; }
p { color: rgb(15,66,58); }
H1.HeaderClassName
{
color: #0F423A;
}
.AnyTagClassName
{
color: #0F423A;
}
</style>
background-color css
<style>
a { background-color: #0F423A; }
a { background-color: rgb(15,66,58); }
div.DivClassName
{
background-color: #0F423A;
}
.BgClassName
{
background-color: #0F423A;
}
</style>
border-color css
<style>
span { border-color: #0F423A; }
span { border-color: rgb(15,66,58); }
td.TdClassName
{
border-color: #0F423A;
}
.TagClassName
{
border-color: #0F423A;
}
</style>