Shades of Deep Sea #0F806F
Tints of Deep Sea #0F806F
RGB
CMYK
RGB Variations
Color information
#0F806F (or 0x0F806F) is known color: Deep Sea. HEX triplet: 0F, 80 and 6F. RGB value is (15,128,111). Sum of RGB (Red+Green+Blue) = 15+128+111=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #0F806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F806F is #F07F90. Grayscale: #5C5C5C. Windows color (decimal): -15761297 or 7307279. OLE color: 7307279.
HSL color Cylindrical-coordinate representation of color #0F806F: hue angle of 170.97º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F806F is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 111 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.50 |
| HSL | 170.97º | 0.79% | 0.28% | - |
| HSV(B) | 170.97º | 0.88% | 0.5% | - |
| XYZ | 10.79 | 16.69 | 17.69 | - |
| YUV | 92.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 111 | 0.88 | 0 | 0.13 | 0.50 | 170.97 | 0.79 | 0.28 |
| Hex | F | 80 | 6F | 58 | 0 | D | 32 | AB | 4F | 1C |
| Octal | 17 | 200 | 157 | 130 | 0 | 15 | 62 | 253 | 117 | 34 |
| Binary | 1111 | 10000000 | 1101111 | 1011000 | 0 | 1101 | 110010 | 10101011 | 1001111 | 11100 |
Color Harmonies of #0F806F
Complementary color
Monochromatic Colors of #0F806F
Black with #0F806F
Text Example
Text Example
White with #0F806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F806F; }
p { color: rgb(15,128,111); }
H1.HeaderClassName
{
color: #0F806F;
}
.AnyTagClassName
{
color: #0F806F;
}
</style>
background-color css
<style>
a { background-color: #0F806F; }
a { background-color: rgb(15,128,111); }
div.DivClassName
{
background-color: #0F806F;
}
.BgClassName
{
background-color: #0F806F;
}
</style>
border-color css
<style>
span { border-color: #0F806F; }
span { border-color: rgb(15,128,111); }
td.TdClassName
{
border-color: #0F806F;
}
.TagClassName
{
border-color: #0F806F;
}
</style>