Shades of Deep Sea #08895C
Tints of Deep Sea #08895C
RGB
CMYK
RGB Variations
Color information
#08895C (or 0x08895C) is known color: Deep Sea. HEX triplet: 08, 89 and 5C. RGB value is (8,137,92). Sum of RGB (Red+Green+Blue) = 8+137+92=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #08895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08895C is #F776A3. Grayscale: #5D5D5D. Windows color (decimal): -16217764 or 6064392. OLE color: 6064392.
HSL color Cylindrical-coordinate representation of color #08895C: hue angle of 159.07º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08895C is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 92 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.46 |
| HSL | 159.07º | 0.89% | 0.28% | - |
| HSV(B) | 159.07º | 0.94% | 0.54% | - |
| XYZ | 10.98 | 18.72 | 13.16 | - |
| YUV | 93.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 92 | 0.94 | 0 | 0.33 | 0.46 | 159.07 | 0.89 | 0.28 |
| Hex | 8 | 89 | 5C | 5E | 0 | 21 | 2E | 9F | 59 | 1C |
| Octal | 10 | 211 | 134 | 136 | 0 | 41 | 56 | 237 | 131 | 34 |
| Binary | 1000 | 10001001 | 1011100 | 1011110 | 0 | 100001 | 101110 | 10011111 | 1011001 | 11100 |
Color Harmonies of #08895C
Complementary color
Monochromatic Colors of #08895C
Black with #08895C
Text Example
Text Example
White with #08895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08895C; }
p { color: rgb(8,137,92); }
H1.HeaderClassName
{
color: #08895C;
}
.AnyTagClassName
{
color: #08895C;
}
</style>
background-color css
<style>
a { background-color: #08895C; }
a { background-color: rgb(8,137,92); }
div.DivClassName
{
background-color: #08895C;
}
.BgClassName
{
background-color: #08895C;
}
</style>
border-color css
<style>
span { border-color: #08895C; }
span { border-color: rgb(8,137,92); }
td.TdClassName
{
border-color: #08895C;
}
.TagClassName
{
border-color: #08895C;
}
</style>