Shades of Dark Sea Green #98C396
Tints of Dark Sea Green #98C396
RGB
CMYK
RGB Variations
Color information
#98C396 (or 0x98C396) is known color: Dark Sea Green. HEX triplet: 98, C3 and 96. RGB value is (152,195,150). Sum of RGB (Red+Green+Blue) = 152+195+150=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #98C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C396 is #673C69. Grayscale: #B1B1B1. Windows color (decimal): -6765674 or 9880472. OLE color: 9880472.
HSL color Cylindrical-coordinate representation of color #98C396: hue angle of 117.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C396 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 150 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.24 |
| HSL | 117.33º | 0.27% | 0.68% | - |
| HSV(B) | 117.33º | 0.23% | 0.76% | - |
| XYZ | 37.97 | 47.91 | 36.1 | - |
| YUV | 177.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 150 | 0.22 | 0 | 0.23 | 0.24 | 117.33 | 0.27 | 0.68 |
| Hex | 98 | C3 | 96 | 16 | 0 | 17 | 18 | 75 | 1B | 44 |
| Octal | 230 | 303 | 226 | 26 | 0 | 27 | 30 | 165 | 33 | 104 |
| Binary | 10011000 | 11000011 | 10010110 | 10110 | 0 | 10111 | 11000 | 1110101 | 11011 | 1000100 |
Color Harmonies of #98C396
Complementary color
Monochromatic Colors of #98C396
Black with #98C396
Text Example
Text Example
White with #98C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C396; }
p { color: rgb(152,195,150); }
H1.HeaderClassName
{
color: #98C396;
}
.AnyTagClassName
{
color: #98C396;
}
</style>
background-color css
<style>
a { background-color: #98C396; }
a { background-color: rgb(152,195,150); }
div.DivClassName
{
background-color: #98C396;
}
.BgClassName
{
background-color: #98C396;
}
</style>
border-color css
<style>
span { border-color: #98C396; }
span { border-color: rgb(152,195,150); }
td.TdClassName
{
border-color: #98C396;
}
.TagClassName
{
border-color: #98C396;
}
</style>