Shades of Deep Sea #09805C
Tints of Deep Sea #09805C
RGB
CMYK
RGB Variations
Color information
#09805C (or 0x09805C) is known color: Deep Sea. HEX triplet: 09, 80 and 5C. RGB value is (9,128,92). Sum of RGB (Red+Green+Blue) = 9+128+92=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #09805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805C is #F67FA3. Grayscale: #585858. Windows color (decimal): -16154532 or 6062089. OLE color: 6062089.
HSL color Cylindrical-coordinate representation of color #09805C: hue angle of 161.85º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09805C is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 92 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.50 |
| HSL | 161.85º | 0.87% | 0.27% | - |
| HSV(B) | 161.85º | 0.93% | 0.5% | - |
| XYZ | 9.76 | 16.27 | 12.75 | - |
| YUV | 88.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 92 | 0.93 | 0 | 0.28 | 0.50 | 161.85 | 0.87 | 0.27 |
| Hex | 9 | 80 | 5C | 5D | 0 | 1C | 32 | A2 | 57 | 1B |
| Octal | 11 | 200 | 134 | 135 | 0 | 34 | 62 | 242 | 127 | 33 |
| Binary | 1001 | 10000000 | 1011100 | 1011101 | 0 | 11100 | 110010 | 10100010 | 1010111 | 11011 |
Color Harmonies of #09805C
Complementary color
Monochromatic Colors of #09805C
Black with #09805C
Text Example
Text Example
White with #09805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09805C; }
p { color: rgb(9,128,92); }
H1.HeaderClassName
{
color: #09805C;
}
.AnyTagClassName
{
color: #09805C;
}
</style>
background-color css
<style>
a { background-color: #09805C; }
a { background-color: rgb(9,128,92); }
div.DivClassName
{
background-color: #09805C;
}
.BgClassName
{
background-color: #09805C;
}
</style>
border-color css
<style>
span { border-color: #09805C; }
span { border-color: rgb(9,128,92); }
td.TdClassName
{
border-color: #09805C;
}
.TagClassName
{
border-color: #09805C;
}
</style>