Shades of Deep Sea #08855B
Tints of Deep Sea #08855B
RGB
CMYK
RGB Variations
Color information
#08855B (or 0x08855B) is known color: Deep Sea. HEX triplet: 08, 85 and 5B. RGB value is (8,133,91). Sum of RGB (Red+Green+Blue) = 8+133+91=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #08855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08855B is #F77AA4. Grayscale: #5A5A5A. Windows color (decimal): -16218789 or 5997832. OLE color: 5997832.
HSL color Cylindrical-coordinate representation of color #08855B: hue angle of 159.84º 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 #08855B is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 91 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.48 |
| HSL | 159.84º | 0.89% | 0.28% | - |
| HSV(B) | 159.84º | 0.94% | 0.52% | - |
| XYZ | 10.38 | 17.58 | 12.74 | - |
| YUV | 90.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 91 | 0.94 | 0 | 0.32 | 0.48 | 159.84 | 0.89 | 0.28 |
| Hex | 8 | 85 | 5B | 5E | 0 | 20 | 30 | A0 | 59 | 1C |
| Octal | 10 | 205 | 133 | 136 | 0 | 40 | 60 | 240 | 131 | 34 |
| Binary | 1000 | 10000101 | 1011011 | 1011110 | 0 | 100000 | 110000 | 10100000 | 1011001 | 11100 |
Color Harmonies of #08855B
Complementary color
Monochromatic Colors of #08855B
Black with #08855B
Text Example
Text Example
White with #08855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08855B; }
p { color: rgb(8,133,91); }
H1.HeaderClassName
{
color: #08855B;
}
.AnyTagClassName
{
color: #08855B;
}
</style>
background-color css
<style>
a { background-color: #08855B; }
a { background-color: rgb(8,133,91); }
div.DivClassName
{
background-color: #08855B;
}
.BgClassName
{
background-color: #08855B;
}
</style>
border-color css
<style>
span { border-color: #08855B; }
span { border-color: rgb(8,133,91); }
td.TdClassName
{
border-color: #08855B;
}
.TagClassName
{
border-color: #08855B;
}
</style>