Shades of Dark Sea Green #98C295
Tints of Dark Sea Green #98C295
RGB
CMYK
RGB Variations
Color information
#98C295 (or 0x98C295) is known color: Dark Sea Green. HEX triplet: 98, C2 and 95. RGB value is (152,194,149). Sum of RGB (Red+Green+Blue) = 152+194+149=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #98C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C295 is #673D6A. Grayscale: #B0B0B0. Windows color (decimal): -6765931 or 9814680. OLE color: 9814680.
HSL color Cylindrical-coordinate representation of color #98C295: hue angle of 116º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C295 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 149 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.24 |
| HSL | 116º | 0.27% | 0.67% | - |
| HSV(B) | 116º | 0.23% | 0.76% | - |
| XYZ | 37.67 | 47.43 | 35.6 | - |
| YUV | 176.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 149 | 0.22 | 0 | 0.23 | 0.24 | 116 | 0.27 | 0.67 |
| Hex | 98 | C2 | 95 | 16 | 0 | 17 | 18 | 74 | 1B | 43 |
| Octal | 230 | 302 | 225 | 26 | 0 | 27 | 30 | 164 | 33 | 103 |
| Binary | 10011000 | 11000010 | 10010101 | 10110 | 0 | 10111 | 11000 | 1110100 | 11011 | 1000011 |
Color Harmonies of #98C295
Complementary color
Monochromatic Colors of #98C295
Black with #98C295
Text Example
Text Example
White with #98C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C295; }
p { color: rgb(152,194,149); }
H1.HeaderClassName
{
color: #98C295;
}
.AnyTagClassName
{
color: #98C295;
}
</style>
background-color css
<style>
a { background-color: #98C295; }
a { background-color: rgb(152,194,149); }
div.DivClassName
{
background-color: #98C295;
}
.BgClassName
{
background-color: #98C295;
}
</style>
border-color css
<style>
span { border-color: #98C295; }
span { border-color: rgb(152,194,149); }
td.TdClassName
{
border-color: #98C295;
}
.TagClassName
{
border-color: #98C295;
}
</style>