Shades of Dark Sea Green #98C896
Tints of Dark Sea Green #98C896
RGB
CMYK
RGB Variations
Color information
#98C896 (or 0x98C896) is known color: Dark Sea Green. HEX triplet: 98, C8 and 96. RGB value is (152,200,150). Sum of RGB (Red+Green+Blue) = 152+200+150=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #98C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C896 is #673769. Grayscale: #B4B4B4. Windows color (decimal): -6764394 or 9881752. OLE color: 9881752.
HSL color Cylindrical-coordinate representation of color #98C896: hue angle of 117.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98C896 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 150 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.22 |
| HSL | 117.6º | 0.31% | 0.69% | - |
| HSV(B) | 117.6º | 0.25% | 0.78% | - |
| XYZ | 39.11 | 50.19 | 36.48 | - |
| YUV | 179.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 150 | 0.24 | 0 | 0.25 | 0.22 | 117.6 | 0.31 | 0.69 |
| Hex | 98 | C8 | 96 | 18 | 0 | 19 | 16 | 76 | 1F | 45 |
| Octal | 230 | 310 | 226 | 30 | 0 | 31 | 26 | 166 | 37 | 105 |
| Binary | 10011000 | 11001000 | 10010110 | 11000 | 0 | 11001 | 10110 | 1110110 | 11111 | 1000101 |
Color Harmonies of #98C896
Complementary color
Monochromatic Colors of #98C896
Black with #98C896
Text Example
Text Example
White with #98C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C896; }
p { color: rgb(152,200,150); }
H1.HeaderClassName
{
color: #98C896;
}
.AnyTagClassName
{
color: #98C896;
}
</style>
background-color css
<style>
a { background-color: #98C896; }
a { background-color: rgb(152,200,150); }
div.DivClassName
{
background-color: #98C896;
}
.BgClassName
{
background-color: #98C896;
}
</style>
border-color css
<style>
span { border-color: #98C896; }
span { border-color: rgb(152,200,150); }
td.TdClassName
{
border-color: #98C896;
}
.TagClassName
{
border-color: #98C896;
}
</style>