Shades of Dark Sea Green #88AD85
Tints of Dark Sea Green #88AD85
RGB
CMYK
RGB Variations
Color information
#88AD85 (or 0x88AD85) is known color: Dark Sea Green. HEX triplet: 88, AD and 85. RGB value is (136,173,133). Sum of RGB (Red+Green+Blue) = 136+173+133=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AD85 is #77527A. Grayscale: #9D9D9D. Windows color (decimal): -7819899 or 8760712. OLE color: 8760712.
HSL color Cylindrical-coordinate representation of color #88AD85: hue angle of 115.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88AD85 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 133 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.32 |
| HSL | 115.5º | 0.2% | 0.6% | - |
| HSV(B) | 115.5º | 0.23% | 0.68% | - |
| XYZ | 29.33 | 36.81 | 27.75 | - |
| YUV | 157.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 133 | 0.21 | 0 | 0.23 | 0.32 | 115.5 | 0.2 | 0.6 |
| Hex | 88 | AD | 85 | 15 | 0 | 17 | 20 | 74 | 14 | 3C |
| Octal | 210 | 255 | 205 | 25 | 0 | 27 | 40 | 164 | 24 | 74 |
| Binary | 10001000 | 10101101 | 10000101 | 10101 | 0 | 10111 | 100000 | 1110100 | 10100 | 111100 |
Color Harmonies of #88AD85
Complementary color
Monochromatic Colors of #88AD85
Black with #88AD85
Text Example
Text Example
White with #88AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD85; }
p { color: rgb(136,173,133); }
H1.HeaderClassName
{
color: #88AD85;
}
.AnyTagClassName
{
color: #88AD85;
}
</style>
background-color css
<style>
a { background-color: #88AD85; }
a { background-color: rgb(136,173,133); }
div.DivClassName
{
background-color: #88AD85;
}
.BgClassName
{
background-color: #88AD85;
}
</style>
border-color css
<style>
span { border-color: #88AD85; }
span { border-color: rgb(136,173,133); }
td.TdClassName
{
border-color: #88AD85;
}
.TagClassName
{
border-color: #88AD85;
}
</style>