Shades of Dark Sea Green #98C895
Tints of Dark Sea Green #98C895
RGB
CMYK
RGB Variations
Color information
#98C895 (or 0x98C895) is known color: Dark Sea Green. HEX triplet: 98, C8 and 95. RGB value is (152,200,149). Sum of RGB (Red+Green+Blue) = 152+200+149=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #98C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C895 is #67376A. Grayscale: #B3B3B3. Windows color (decimal): -6764395 or 9816216. OLE color: 9816216.
HSL color Cylindrical-coordinate representation of color #98C895: hue angle of 116.47º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98C895 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 149 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.22 |
| HSL | 116.47º | 0.32% | 0.68% | - |
| HSV(B) | 116.47º | 0.26% | 0.78% | - |
| XYZ | 39.03 | 50.15 | 36.06 | - |
| YUV | 179.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 149 | 0.24 | 0 | 0.26 | 0.22 | 116.47 | 0.32 | 0.68 |
| Hex | 98 | C8 | 95 | 18 | 0 | 1A | 16 | 74 | 20 | 44 |
| Octal | 230 | 310 | 225 | 30 | 0 | 32 | 26 | 164 | 40 | 104 |
| Binary | 10011000 | 11001000 | 10010101 | 11000 | 0 | 11010 | 10110 | 1110100 | 100000 | 1000100 |
Color Harmonies of #98C895
Complementary color
Monochromatic Colors of #98C895
Black with #98C895
Text Example
Text Example
White with #98C895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C895; }
p { color: rgb(152,200,149); }
H1.HeaderClassName
{
color: #98C895;
}
.AnyTagClassName
{
color: #98C895;
}
</style>
background-color css
<style>
a { background-color: #98C895; }
a { background-color: rgb(152,200,149); }
div.DivClassName
{
background-color: #98C895;
}
.BgClassName
{
background-color: #98C895;
}
</style>
border-color css
<style>
span { border-color: #98C895; }
span { border-color: rgb(152,200,149); }
td.TdClassName
{
border-color: #98C895;
}
.TagClassName
{
border-color: #98C895;
}
</style>