Shades of Deep Teal #0F4239
Tints of Deep Teal #0F4239
RGB
CMYK
RGB Variations
Color information
#0F4239 (or 0x0F4239) is known color: Deep Teal. HEX triplet: 0F, 42 and 39. RGB value is (15,66,57). Sum of RGB (Red+Green+Blue) = 15+66+57=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4239 is #F0BDC6. Grayscale: #313131. Windows color (decimal): -15777223 or 3752463. OLE color: 3752463.
HSL color Cylindrical-coordinate representation of color #0F4239: hue angle of 169.41º 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 #0F4239 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 57 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.74 |
| HSL | 169.41º | 0.63% | 0.16% | - |
| HSV(B) | 169.41º | 0.77% | 0.26% | - |
| XYZ | 2.88 | 4.29 | 4.55 | - |
| YUV | 49.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 57 | 0.77 | 0 | 0.14 | 0.74 | 169.41 | 0.63 | 0.16 |
| Hex | F | 42 | 39 | 4D | 0 | E | 4A | A9 | 3F | 10 |
| Octal | 17 | 102 | 71 | 115 | 0 | 16 | 112 | 251 | 77 | 20 |
| Binary | 1111 | 1000010 | 111001 | 1001101 | 0 | 1110 | 1001010 | 10101001 | 111111 | 10000 |
Color Harmonies of #0F4239
Complementary color
Monochromatic Colors of #0F4239
Black with #0F4239
Text Example
Text Example
White with #0F4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4239; }
p { color: rgb(15,66,57); }
H1.HeaderClassName
{
color: #0F4239;
}
.AnyTagClassName
{
color: #0F4239;
}
</style>
background-color css
<style>
a { background-color: #0F4239; }
a { background-color: rgb(15,66,57); }
div.DivClassName
{
background-color: #0F4239;
}
.BgClassName
{
background-color: #0F4239;
}
</style>
border-color css
<style>
span { border-color: #0F4239; }
span { border-color: rgb(15,66,57); }
td.TdClassName
{
border-color: #0F4239;
}
.TagClassName
{
border-color: #0F4239;
}
</style>