Shades of Deep Sea #08875C
Tints of Deep Sea #08875C
RGB
CMYK
RGB Variations
Color information
#08875C (or 0x08875C) is known color: Deep Sea. HEX triplet: 08, 87 and 5C. RGB value is (8,135,92). Sum of RGB (Red+Green+Blue) = 8+135+92=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #08875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08875C is #F778A3. Grayscale: #5C5C5C. Windows color (decimal): -16218276 or 6063880. OLE color: 6063880.
HSL color Cylindrical-coordinate representation of color #08875C: hue angle of 159.69º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08875C is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 92 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.47 |
| HSL | 159.69º | 0.89% | 0.28% | - |
| HSV(B) | 159.69º | 0.94% | 0.53% | - |
| XYZ | 10.7 | 18.15 | 13.07 | - |
| YUV | 92.13 | 127.92 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 92 | 0.94 | 0 | 0.32 | 0.47 | 159.69 | 0.89 | 0.28 |
| Hex | 8 | 87 | 5C | 5E | 0 | 20 | 2F | A0 | 59 | 1C |
| Octal | 10 | 207 | 134 | 136 | 0 | 40 | 57 | 240 | 131 | 34 |
| Binary | 1000 | 10000111 | 1011100 | 1011110 | 0 | 100000 | 101111 | 10100000 | 1011001 | 11100 |
Color Harmonies of #08875C
Complementary color
Monochromatic Colors of #08875C
Black with #08875C
Text Example
Text Example
White with #08875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08875C; }
p { color: rgb(8,135,92); }
H1.HeaderClassName
{
color: #08875C;
}
.AnyTagClassName
{
color: #08875C;
}
</style>
background-color css
<style>
a { background-color: #08875C; }
a { background-color: rgb(8,135,92); }
div.DivClassName
{
background-color: #08875C;
}
.BgClassName
{
background-color: #08875C;
}
</style>
border-color css
<style>
span { border-color: #08875C; }
span { border-color: rgb(8,135,92); }
td.TdClassName
{
border-color: #08875C;
}
.TagClassName
{
border-color: #08875C;
}
</style>