Shades of Dark Sea Green #88BD92
Tints of Dark Sea Green #88BD92
RGB
CMYK
RGB Variations
Color information
#88BD92 (or 0x88BD92) is known color: Dark Sea Green. HEX triplet: 88, BD and 92. RGB value is (136,189,146). Sum of RGB (Red+Green+Blue) = 136+189+146=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BD92 is #77426D. Grayscale: #A8A8A8. Windows color (decimal): -7815790 or 9616776. OLE color: 9616776.
HSL color Cylindrical-coordinate representation of color #88BD92: hue angle of 131.32º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BD92 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 146 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.26 |
| HSL | 131.32º | 0.29% | 0.64% | - |
| HSV(B) | 131.32º | 0.28% | 0.74% | - |
| XYZ | 33.54 | 43.7 | 33.86 | - |
| YUV | 168.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 146 | 0.28 | 0 | 0.23 | 0.26 | 131.32 | 0.29 | 0.64 |
| Hex | 88 | BD | 92 | 1C | 0 | 17 | 1A | 83 | 1D | 40 |
| Octal | 210 | 275 | 222 | 34 | 0 | 27 | 32 | 203 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10010010 | 11100 | 0 | 10111 | 11010 | 10000011 | 11101 | 1000000 |
Color Harmonies of #88BD92
Complementary color
Monochromatic Colors of #88BD92
Black with #88BD92
Text Example
Text Example
White with #88BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD92; }
p { color: rgb(136,189,146); }
H1.HeaderClassName
{
color: #88BD92;
}
.AnyTagClassName
{
color: #88BD92;
}
</style>
background-color css
<style>
a { background-color: #88BD92; }
a { background-color: rgb(136,189,146); }
div.DivClassName
{
background-color: #88BD92;
}
.BgClassName
{
background-color: #88BD92;
}
</style>
border-color css
<style>
span { border-color: #88BD92; }
span { border-color: rgb(136,189,146); }
td.TdClassName
{
border-color: #88BD92;
}
.TagClassName
{
border-color: #88BD92;
}
</style>