Shades of Deep Sea #0F8360
Tints of Deep Sea #0F8360
RGB
CMYK
RGB Variations
Color information
#0F8360 (or 0x0F8360) is known color: Deep Sea. HEX triplet: 0F, 83 and 60. RGB value is (15,131,96). Sum of RGB (Red+Green+Blue) = 15+131+96=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8360 is #F07C9F. Grayscale: #5C5C5C. Windows color (decimal): -15760544 or 6325007. OLE color: 6325007.
HSL color Cylindrical-coordinate representation of color #0F8360: hue angle of 161.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8360 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 96 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.49 |
| HSL | 161.9º | 0.79% | 0.29% | - |
| HSV(B) | 161.9º | 0.89% | 0.51% | - |
| XYZ | 10.42 | 17.18 | 13.83 | - |
| YUV | 92.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 96 | 0.89 | 0 | 0.27 | 0.49 | 161.9 | 0.79 | 0.29 |
| Hex | F | 83 | 60 | 59 | 0 | 1B | 31 | A2 | 4F | 1D |
| Octal | 17 | 203 | 140 | 131 | 0 | 33 | 61 | 242 | 117 | 35 |
| Binary | 1111 | 10000011 | 1100000 | 1011001 | 0 | 11011 | 110001 | 10100010 | 1001111 | 11101 |
Color Harmonies of #0F8360
Complementary color
Monochromatic Colors of #0F8360
Black with #0F8360
Text Example
Text Example
White with #0F8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8360; }
p { color: rgb(15,131,96); }
H1.HeaderClassName
{
color: #0F8360;
}
.AnyTagClassName
{
color: #0F8360;
}
</style>
background-color css
<style>
a { background-color: #0F8360; }
a { background-color: rgb(15,131,96); }
div.DivClassName
{
background-color: #0F8360;
}
.BgClassName
{
background-color: #0F8360;
}
</style>
border-color css
<style>
span { border-color: #0F8360; }
span { border-color: rgb(15,131,96); }
td.TdClassName
{
border-color: #0F8360;
}
.TagClassName
{
border-color: #0F8360;
}
</style>