Shades of Deep Sea #0F8768
Tints of Deep Sea #0F8768
RGB
CMYK
RGB Variations
Color information
#0F8768 (or 0x0F8768) is known color: Deep Sea. HEX triplet: 0F, 87 and 68. RGB value is (15,135,104). Sum of RGB (Red+Green+Blue) = 15+135+104=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8768 is #F07897. Grayscale: #5F5F5F. Windows color (decimal): -15759512 or 6850319. OLE color: 6850319.
HSL color Cylindrical-coordinate representation of color #0F8768: hue angle of 164.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8768 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 104 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.47 |
| HSL | 164.5º | 0.8% | 0.29% | - |
| HSV(B) | 164.5º | 0.89% | 0.53% | - |
| XYZ | 11.36 | 18.43 | 16.06 | - |
| YUV | 95.59 | 132.74 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 104 | 0.89 | 0 | 0.23 | 0.47 | 164.5 | 0.8 | 0.29 |
| Hex | F | 87 | 68 | 59 | 0 | 17 | 2F | A4 | 50 | 1D |
| Octal | 17 | 207 | 150 | 131 | 0 | 27 | 57 | 244 | 120 | 35 |
| Binary | 1111 | 10000111 | 1101000 | 1011001 | 0 | 10111 | 101111 | 10100100 | 1010000 | 11101 |
Color Harmonies of #0F8768
Complementary color
Monochromatic Colors of #0F8768
Black with #0F8768
Text Example
Text Example
White with #0F8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8768; }
p { color: rgb(15,135,104); }
H1.HeaderClassName
{
color: #0F8768;
}
.AnyTagClassName
{
color: #0F8768;
}
</style>
background-color css
<style>
a { background-color: #0F8768; }
a { background-color: rgb(15,135,104); }
div.DivClassName
{
background-color: #0F8768;
}
.BgClassName
{
background-color: #0F8768;
}
</style>
border-color css
<style>
span { border-color: #0F8768; }
span { border-color: rgb(15,135,104); }
td.TdClassName
{
border-color: #0F8768;
}
.TagClassName
{
border-color: #0F8768;
}
</style>