Shades of Deep Teal #0F5041
Tints of Deep Teal #0F5041
RGB
CMYK
RGB Variations
Color information
#0F5041 (or 0x0F5041) is known color: Deep Teal. HEX triplet: 0F, 50 and 41. RGB value is (15,80,65). Sum of RGB (Red+Green+Blue) = 15+80+65=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5041 is #F0AFBE. Grayscale: #3A3A3A. Windows color (decimal): -15773631 or 4280335. OLE color: 4280335.
HSL color Cylindrical-coordinate representation of color #0F5041: hue angle of 166.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5041 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 65 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.69 |
| HSL | 166.15º | 0.68% | 0.19% | - |
| HSV(B) | 166.15º | 0.81% | 0.31% | - |
| XYZ | 4.02 | 6.22 | 5.99 | - |
| YUV | 58.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 65 | 0.81 | 0 | 0.19 | 0.69 | 166.15 | 0.68 | 0.19 |
| Hex | F | 50 | 41 | 51 | 0 | 13 | 45 | A6 | 44 | 13 |
| Octal | 17 | 120 | 101 | 121 | 0 | 23 | 105 | 246 | 104 | 23 |
| Binary | 1111 | 1010000 | 1000001 | 1010001 | 0 | 10011 | 1000101 | 10100110 | 1000100 | 10011 |
Color Harmonies of #0F5041
Complementary color
Monochromatic Colors of #0F5041
Black with #0F5041
Text Example
Text Example
White with #0F5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5041; }
p { color: rgb(15,80,65); }
H1.HeaderClassName
{
color: #0F5041;
}
.AnyTagClassName
{
color: #0F5041;
}
</style>
background-color css
<style>
a { background-color: #0F5041; }
a { background-color: rgb(15,80,65); }
div.DivClassName
{
background-color: #0F5041;
}
.BgClassName
{
background-color: #0F5041;
}
</style>
border-color css
<style>
span { border-color: #0F5041; }
span { border-color: rgb(15,80,65); }
td.TdClassName
{
border-color: #0F5041;
}
.TagClassName
{
border-color: #0F5041;
}
</style>