Shades of Dark Sea Green #88BF90
Tints of Dark Sea Green #88BF90
RGB
CMYK
RGB Variations
Color information
#88BF90 (or 0x88BF90) is known color: Dark Sea Green. HEX triplet: 88, BF and 90. RGB value is (136,191,144). Sum of RGB (Red+Green+Blue) = 136+191+144=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF90 is #77406F. Grayscale: #A9A9A9. Windows color (decimal): -7815280 or 9486216. OLE color: 9486216.
HSL color Cylindrical-coordinate representation of color #88BF90: hue angle of 128.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BF90 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 144 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.25 |
| HSL | 128.73º | 0.3% | 0.64% | - |
| HSV(B) | 128.73º | 0.29% | 0.75% | - |
| XYZ | 33.82 | 44.51 | 33.19 | - |
| YUV | 169.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 144 | 0.29 | 0 | 0.25 | 0.25 | 128.73 | 0.3 | 0.64 |
| Hex | 88 | BF | 90 | 1D | 0 | 19 | 19 | 81 | 1E | 40 |
| Octal | 210 | 277 | 220 | 35 | 0 | 31 | 31 | 201 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10010000 | 11101 | 0 | 11001 | 11001 | 10000001 | 11110 | 1000000 |
Color Harmonies of #88BF90
Complementary color
Monochromatic Colors of #88BF90
Black with #88BF90
Text Example
Text Example
White with #88BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BF90; }
p { color: rgb(136,191,144); }
H1.HeaderClassName
{
color: #88BF90;
}
.AnyTagClassName
{
color: #88BF90;
}
</style>
background-color css
<style>
a { background-color: #88BF90; }
a { background-color: rgb(136,191,144); }
div.DivClassName
{
background-color: #88BF90;
}
.BgClassName
{
background-color: #88BF90;
}
</style>
border-color css
<style>
span { border-color: #88BF90; }
span { border-color: rgb(136,191,144); }
td.TdClassName
{
border-color: #88BF90;
}
.TagClassName
{
border-color: #88BF90;
}
</style>