Shades of Dark Sea Green #98B895
Tints of Dark Sea Green #98B895
RGB
CMYK
RGB Variations
Color information
#98B895 (or 0x98B895) is known color: Dark Sea Green. HEX triplet: 98, B8 and 95. RGB value is (152,184,149). Sum of RGB (Red+Green+Blue) = 152+184+149=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #98B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B895 is #67476A. Grayscale: #AAAAAA. Windows color (decimal): -6768491 or 9812120. OLE color: 9812120.
HSL color Cylindrical-coordinate representation of color #98B895: hue angle of 114.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98B895 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 149 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.28 |
| HSL | 114.86º | 0.2% | 0.65% | - |
| HSV(B) | 114.86º | 0.19% | 0.72% | - |
| XYZ | 35.51 | 43.13 | 34.89 | - |
| YUV | 170.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 149 | 0.17 | 0 | 0.19 | 0.28 | 114.86 | 0.2 | 0.65 |
| Hex | 98 | B8 | 95 | 11 | 0 | 13 | 1C | 73 | 14 | 41 |
| Octal | 230 | 270 | 225 | 21 | 0 | 23 | 34 | 163 | 24 | 101 |
| Binary | 10011000 | 10111000 | 10010101 | 10001 | 0 | 10011 | 11100 | 1110011 | 10100 | 1000001 |
Color Harmonies of #98B895
Complementary color
Monochromatic Colors of #98B895
Black with #98B895
Text Example
Text Example
White with #98B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B895; }
p { color: rgb(152,184,149); }
H1.HeaderClassName
{
color: #98B895;
}
.AnyTagClassName
{
color: #98B895;
}
</style>
background-color css
<style>
a { background-color: #98B895; }
a { background-color: rgb(152,184,149); }
div.DivClassName
{
background-color: #98B895;
}
.BgClassName
{
background-color: #98B895;
}
</style>
border-color css
<style>
span { border-color: #98B895; }
span { border-color: rgb(152,184,149); }
td.TdClassName
{
border-color: #98B895;
}
.TagClassName
{
border-color: #98B895;
}
</style>