Shades of Deep Teal #0F4035
Tints of Deep Teal #0F4035
RGB
CMYK
RGB Variations
Color information
#0F4035 (or 0x0F4035) is known color: Deep Teal. HEX triplet: 0F, 40 and 35. RGB value is (15,64,53). Sum of RGB (Red+Green+Blue) = 15+64+53=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4035 is #F0BFCA. Grayscale: #303030. Windows color (decimal): -15777739 or 3489807. OLE color: 3489807.
HSL color Cylindrical-coordinate representation of color #0F4035: hue angle of 166.53º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4035 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 53 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.75 |
| HSL | 166.53º | 0.62% | 0.15% | - |
| HSV(B) | 166.53º | 0.77% | 0.25% | - |
| XYZ | 2.67 | 4.03 | 4 | - |
| YUV | 48.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 53 | 0.77 | 0 | 0.17 | 0.75 | 166.53 | 0.62 | 0.15 |
| Hex | F | 40 | 35 | 4D | 0 | 11 | 4B | A7 | 3E | F |
| Octal | 17 | 100 | 65 | 115 | 0 | 21 | 113 | 247 | 76 | 17 |
| Binary | 1111 | 1000000 | 110101 | 1001101 | 0 | 10001 | 1001011 | 10100111 | 111110 | 1111 |
Color Harmonies of #0F4035
Complementary color
Monochromatic Colors of #0F4035
Black with #0F4035
Text Example
Text Example
White with #0F4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4035; }
p { color: rgb(15,64,53); }
H1.HeaderClassName
{
color: #0F4035;
}
.AnyTagClassName
{
color: #0F4035;
}
</style>
background-color css
<style>
a { background-color: #0F4035; }
a { background-color: rgb(15,64,53); }
div.DivClassName
{
background-color: #0F4035;
}
.BgClassName
{
background-color: #0F4035;
}
</style>
border-color css
<style>
span { border-color: #0F4035; }
span { border-color: rgb(15,64,53); }
td.TdClassName
{
border-color: #0F4035;
}
.TagClassName
{
border-color: #0F4035;
}
</style>