Shades of Dark Sea Green #98BC99
Tints of Dark Sea Green #98BC99
RGB
CMYK
RGB Variations
Color information
#98BC99 (or 0x98BC99) is known color: Dark Sea Green. HEX triplet: 98, BC and 99. RGB value is (152,188,153). Sum of RGB (Red+Green+Blue) = 152+188+153=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC99 is #674366. Grayscale: #ADADAD. Windows color (decimal): -6767463 or 10075288. OLE color: 10075288.
HSL color Cylindrical-coordinate representation of color #98BC99: hue angle of 121.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BC99 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 153 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.26 |
| HSL | 121.67º | 0.21% | 0.67% | - |
| HSV(B) | 121.67º | 0.19% | 0.74% | - |
| XYZ | 36.68 | 44.94 | 36.88 | - |
| YUV | 173.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 153 | 0.19 | 0 | 0.19 | 0.26 | 121.67 | 0.21 | 0.67 |
| Hex | 98 | BC | 99 | 13 | 0 | 13 | 1A | 7A | 15 | 43 |
| Octal | 230 | 274 | 231 | 23 | 0 | 23 | 32 | 172 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10011001 | 10011 | 0 | 10011 | 11010 | 1111010 | 10101 | 1000011 |
Color Harmonies of #98BC99
Complementary color
Monochromatic Colors of #98BC99
Black with #98BC99
Text Example
Text Example
White with #98BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC99; }
p { color: rgb(152,188,153); }
H1.HeaderClassName
{
color: #98BC99;
}
.AnyTagClassName
{
color: #98BC99;
}
</style>
background-color css
<style>
a { background-color: #98BC99; }
a { background-color: rgb(152,188,153); }
div.DivClassName
{
background-color: #98BC99;
}
.BgClassName
{
background-color: #98BC99;
}
</style>
border-color css
<style>
span { border-color: #98BC99; }
span { border-color: rgb(152,188,153); }
td.TdClassName
{
border-color: #98BC99;
}
.TagClassName
{
border-color: #98BC99;
}
</style>