Shades of Deep Teal #0F503F
Tints of Deep Teal #0F503F
RGB
CMYK
RGB Variations
Color information
#0F503F (or 0x0F503F) is known color: Deep Teal. HEX triplet: 0F, 50 and 3F. RGB value is (15,80,63). Sum of RGB (Red+Green+Blue) = 15+80+63=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #0F503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F503F is #F0AFC0. Grayscale: #3A3A3A. Windows color (decimal): -15773633 or 4149263. OLE color: 4149263.
HSL color Cylindrical-coordinate representation of color #0F503F: hue angle of 164.31º 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 #0F503F is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 63 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.69 |
| HSL | 164.31º | 0.68% | 0.19% | - |
| HSV(B) | 164.31º | 0.81% | 0.31% | - |
| XYZ | 3.96 | 6.2 | 5.69 | - |
| YUV | 58.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 63 | 0.81 | 0 | 0.21 | 0.69 | 164.31 | 0.68 | 0.19 |
| Hex | F | 50 | 3F | 51 | 0 | 15 | 45 | A4 | 44 | 13 |
| Octal | 17 | 120 | 77 | 121 | 0 | 25 | 105 | 244 | 104 | 23 |
| Binary | 1111 | 1010000 | 111111 | 1010001 | 0 | 10101 | 1000101 | 10100100 | 1000100 | 10011 |
Color Harmonies of #0F503F
Complementary color
Monochromatic Colors of #0F503F
Black with #0F503F
Text Example
Text Example
White with #0F503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F503F; }
p { color: rgb(15,80,63); }
H1.HeaderClassName
{
color: #0F503F;
}
.AnyTagClassName
{
color: #0F503F;
}
</style>
background-color css
<style>
a { background-color: #0F503F; }
a { background-color: rgb(15,80,63); }
div.DivClassName
{
background-color: #0F503F;
}
.BgClassName
{
background-color: #0F503F;
}
</style>
border-color css
<style>
span { border-color: #0F503F; }
span { border-color: rgb(15,80,63); }
td.TdClassName
{
border-color: #0F503F;
}
.TagClassName
{
border-color: #0F503F;
}
</style>