Shades of Deep Sea #08875B
Tints of Deep Sea #08875B
RGB
CMYK
RGB Variations
Color information
#08875B (or 0x08875B) is known color: Deep Sea. HEX triplet: 08, 87 and 5B. RGB value is (8,135,91). Sum of RGB (Red+Green+Blue) = 8+135+91=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #08875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08875B is #F778A4. Grayscale: #5C5C5C. Windows color (decimal): -16218277 or 5998344. OLE color: 5998344.
HSL color Cylindrical-coordinate representation of color #08875B: hue angle of 159.21º 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 #08875B is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 91 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.47 |
| HSL | 159.21º | 0.89% | 0.28% | - |
| HSV(B) | 159.21º | 0.94% | 0.53% | - |
| XYZ | 10.65 | 18.13 | 12.84 | - |
| YUV | 92.01 | 127.42 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 91 | 0.94 | 0 | 0.33 | 0.47 | 159.21 | 0.89 | 0.28 |
| Hex | 8 | 87 | 5B | 5E | 0 | 21 | 2F | 9F | 59 | 1C |
| Octal | 10 | 207 | 133 | 136 | 0 | 41 | 57 | 237 | 131 | 34 |
| Binary | 1000 | 10000111 | 1011011 | 1011110 | 0 | 100001 | 101111 | 10011111 | 1011001 | 11100 |
Color Harmonies of #08875B
Complementary color
Monochromatic Colors of #08875B
Black with #08875B
Text Example
Text Example
White with #08875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08875B; }
p { color: rgb(8,135,91); }
H1.HeaderClassName
{
color: #08875B;
}
.AnyTagClassName
{
color: #08875B;
}
</style>
background-color css
<style>
a { background-color: #08875B; }
a { background-color: rgb(8,135,91); }
div.DivClassName
{
background-color: #08875B;
}
.BgClassName
{
background-color: #08875B;
}
</style>
border-color css
<style>
span { border-color: #08875B; }
span { border-color: rgb(8,135,91); }
td.TdClassName
{
border-color: #08875B;
}
.TagClassName
{
border-color: #08875B;
}
</style>