Shades of Deep Sea #0F805C
Tints of Deep Sea #0F805C
RGB
CMYK
RGB Variations
Color information
#0F805C (or 0x0F805C) is known color: Deep Sea. HEX triplet: 0F, 80 and 5C. RGB value is (15,128,92). Sum of RGB (Red+Green+Blue) = 15+128+92=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #0F805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F805C is #F07FA3. Grayscale: #5A5A5A. Windows color (decimal): -15761316 or 6062095. OLE color: 6062095.
HSL color Cylindrical-coordinate representation of color #0F805C: hue angle of 160.88º 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 #0F805C is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 92 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.50 |
| HSL | 160.89º | 0.79% | 0.28% | - |
| HSV(B) | 160.89º | 0.88% | 0.5% | - |
| XYZ | 9.85 | 16.31 | 12.75 | - |
| YUV | 90.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 92 | 0.88 | 0 | 0.28 | 0.50 | 160.89 | 0.79 | 0.28 |
| Hex | F | 80 | 5C | 58 | 0 | 1C | 32 | A1 | 4F | 1C |
| Octal | 17 | 200 | 134 | 130 | 0 | 34 | 62 | 241 | 117 | 34 |
| Binary | 1111 | 10000000 | 1011100 | 1011000 | 0 | 11100 | 110010 | 10100001 | 1001111 | 11100 |
Color Harmonies of #0F805C
Complementary color
Monochromatic Colors of #0F805C
Black with #0F805C
Text Example
Text Example
White with #0F805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F805C; }
p { color: rgb(15,128,92); }
H1.HeaderClassName
{
color: #0F805C;
}
.AnyTagClassName
{
color: #0F805C;
}
</style>
background-color css
<style>
a { background-color: #0F805C; }
a { background-color: rgb(15,128,92); }
div.DivClassName
{
background-color: #0F805C;
}
.BgClassName
{
background-color: #0F805C;
}
</style>
border-color css
<style>
span { border-color: #0F805C; }
span { border-color: rgb(15,128,92); }
td.TdClassName
{
border-color: #0F805C;
}
.TagClassName
{
border-color: #0F805C;
}
</style>