Shades of Deep Teal #0F4135
Tints of Deep Teal #0F4135
RGB
CMYK
RGB Variations
Color information
#0F4135 (or 0x0F4135) is known color: Deep Teal. HEX triplet: 0F, 41 and 35. RGB value is (15,65,53). Sum of RGB (Red+Green+Blue) = 15+65+53=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4135 is #F0BECA. Grayscale: #303030. Windows color (decimal): -15777483 or 3490063. OLE color: 3490063.
HSL color Cylindrical-coordinate representation of color #0F4135: hue angle of 165.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4135 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 53 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.75 |
| HSL | 165.6º | 0.63% | 0.16% | - |
| HSV(B) | 165.6º | 0.77% | 0.25% | - |
| XYZ | 2.73 | 4.14 | 4.02 | - |
| YUV | 48.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 53 | 0.77 | 0 | 0.18 | 0.75 | 165.6 | 0.63 | 0.16 |
| Hex | F | 41 | 35 | 4D | 0 | 12 | 4B | A6 | 3E | 10 |
| Octal | 17 | 101 | 65 | 115 | 0 | 22 | 113 | 246 | 76 | 20 |
| Binary | 1111 | 1000001 | 110101 | 1001101 | 0 | 10010 | 1001011 | 10100110 | 111110 | 10000 |
Color Harmonies of #0F4135
Complementary color
Monochromatic Colors of #0F4135
Black with #0F4135
Text Example
Text Example
White with #0F4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4135; }
p { color: rgb(15,65,53); }
H1.HeaderClassName
{
color: #0F4135;
}
.AnyTagClassName
{
color: #0F4135;
}
</style>
background-color css
<style>
a { background-color: #0F4135; }
a { background-color: rgb(15,65,53); }
div.DivClassName
{
background-color: #0F4135;
}
.BgClassName
{
background-color: #0F4135;
}
</style>
border-color css
<style>
span { border-color: #0F4135; }
span { border-color: rgb(15,65,53); }
td.TdClassName
{
border-color: #0F4135;
}
.TagClassName
{
border-color: #0F4135;
}
</style>