Shades of Dark Sea Green #88BC83
Tints of Dark Sea Green #88BC83
RGB
CMYK
RGB Variations
Color information
#88BC83 (or 0x88BC83) is known color: Dark Sea Green. HEX triplet: 88, BC and 83. RGB value is (136,188,131). Sum of RGB (Red+Green+Blue) = 136+188+131=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BC83 is #77437C. Grayscale: #A6A6A6. Windows color (decimal): -7816061 or 8633480. OLE color: 8633480.
HSL color Cylindrical-coordinate representation of color #88BC83: hue angle of 114.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88BC83 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 131 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.26 |
| HSL | 114.74º | 0.3% | 0.63% | - |
| HSV(B) | 114.74º | 0.3% | 0.74% | - |
| XYZ | 32.23 | 42.84 | 28.04 | - |
| YUV | 165.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 131 | 0.28 | 0 | 0.30 | 0.26 | 114.74 | 0.3 | 0.63 |
| Hex | 88 | BC | 83 | 1C | 0 | 1E | 1A | 73 | 1E | 3F |
| Octal | 210 | 274 | 203 | 34 | 0 | 36 | 32 | 163 | 36 | 77 |
| Binary | 10001000 | 10111100 | 10000011 | 11100 | 0 | 11110 | 11010 | 1110011 | 11110 | 111111 |
Color Harmonies of #88BC83
Complementary color
Monochromatic Colors of #88BC83
Black with #88BC83
Text Example
Text Example
White with #88BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC83; }
p { color: rgb(136,188,131); }
H1.HeaderClassName
{
color: #88BC83;
}
.AnyTagClassName
{
color: #88BC83;
}
</style>
background-color css
<style>
a { background-color: #88BC83; }
a { background-color: rgb(136,188,131); }
div.DivClassName
{
background-color: #88BC83;
}
.BgClassName
{
background-color: #88BC83;
}
</style>
border-color css
<style>
span { border-color: #88BC83; }
span { border-color: rgb(136,188,131); }
td.TdClassName
{
border-color: #88BC83;
}
.TagClassName
{
border-color: #88BC83;
}
</style>