Shades of Dark Sea Green #98C299
Tints of Dark Sea Green #98C299
RGB
CMYK
RGB Variations
Color information
#98C299 (or 0x98C299) is known color: Dark Sea Green. HEX triplet: 98, C2 and 99. RGB value is (152,194,153). Sum of RGB (Red+Green+Blue) = 152+194+153=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #98C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C299 is #673D66. Grayscale: #B0B0B0. Windows color (decimal): -6765927 or 10076824. OLE color: 10076824.
HSL color Cylindrical-coordinate representation of color #98C299: hue angle of 121.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C299 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 153 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.24 |
| HSL | 121.43º | 0.26% | 0.68% | - |
| HSV(B) | 121.43º | 0.22% | 0.76% | - |
| XYZ | 37.99 | 47.56 | 37.31 | - |
| YUV | 176.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 153 | 0.22 | 0 | 0.21 | 0.24 | 121.43 | 0.26 | 0.68 |
| Hex | 98 | C2 | 99 | 16 | 0 | 15 | 18 | 79 | 1A | 44 |
| Octal | 230 | 302 | 231 | 26 | 0 | 25 | 30 | 171 | 32 | 104 |
| Binary | 10011000 | 11000010 | 10011001 | 10110 | 0 | 10101 | 11000 | 1111001 | 11010 | 1000100 |
Color Harmonies of #98C299
Complementary color
Monochromatic Colors of #98C299
Black with #98C299
Text Example
Text Example
White with #98C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C299; }
p { color: rgb(152,194,153); }
H1.HeaderClassName
{
color: #98C299;
}
.AnyTagClassName
{
color: #98C299;
}
</style>
background-color css
<style>
a { background-color: #98C299; }
a { background-color: rgb(152,194,153); }
div.DivClassName
{
background-color: #98C299;
}
.BgClassName
{
background-color: #98C299;
}
</style>
border-color css
<style>
span { border-color: #98C299; }
span { border-color: rgb(152,194,153); }
td.TdClassName
{
border-color: #98C299;
}
.TagClassName
{
border-color: #98C299;
}
</style>