Shades of Deep Sea #08855A
Tints of Deep Sea #08855A
RGB
CMYK
RGB Variations
Color information
#08855A (or 0x08855A) is known color: Deep Sea. HEX triplet: 08, 85 and 5A. RGB value is (8,133,90). Sum of RGB (Red+Green+Blue) = 8+133+90=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #08855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08855A is #F77AA5. Grayscale: #5A5A5A. Windows color (decimal): -16218790 or 5932296. OLE color: 5932296.
HSL color Cylindrical-coordinate representation of color #08855A: hue angle of 159.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08855A is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 90 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.48 |
| HSL | 159.36º | 0.89% | 0.28% | - |
| HSV(B) | 159.36º | 0.94% | 0.52% | - |
| XYZ | 10.33 | 17.56 | 12.52 | - |
| YUV | 90.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 90 | 0.94 | 0 | 0.32 | 0.48 | 159.36 | 0.89 | 0.28 |
| Hex | 8 | 85 | 5A | 5E | 0 | 20 | 30 | 9F | 59 | 1C |
| Octal | 10 | 205 | 132 | 136 | 0 | 40 | 60 | 237 | 131 | 34 |
| Binary | 1000 | 10000101 | 1011010 | 1011110 | 0 | 100000 | 110000 | 10011111 | 1011001 | 11100 |
Color Harmonies of #08855A
Complementary color
Monochromatic Colors of #08855A
Black with #08855A
Text Example
Text Example
White with #08855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08855A; }
p { color: rgb(8,133,90); }
H1.HeaderClassName
{
color: #08855A;
}
.AnyTagClassName
{
color: #08855A;
}
</style>
background-color css
<style>
a { background-color: #08855A; }
a { background-color: rgb(8,133,90); }
div.DivClassName
{
background-color: #08855A;
}
.BgClassName
{
background-color: #08855A;
}
</style>
border-color css
<style>
span { border-color: #08855A; }
span { border-color: rgb(8,133,90); }
td.TdClassName
{
border-color: #08855A;
}
.TagClassName
{
border-color: #08855A;
}
</style>