Shades of Dark Sea Green #98C091
Tints of Dark Sea Green #98C091
RGB
CMYK
RGB Variations
Color information
#98C091 (or 0x98C091) is known color: Dark Sea Green. HEX triplet: 98, C0 and 91. RGB value is (152,192,145). Sum of RGB (Red+Green+Blue) = 152+192+145=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #98C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C091 is #673F6E. Grayscale: #AEAEAE. Windows color (decimal): -6766447 or 9552024. OLE color: 9552024.
HSL color Cylindrical-coordinate representation of color #98C091: hue angle of 111.06º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C091 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 145 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.25 |
| HSL | 111.06º | 0.27% | 0.66% | - |
| HSV(B) | 111.06º | 0.24% | 0.75% | - |
| XYZ | 36.91 | 46.42 | 33.8 | - |
| YUV | 174.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 145 | 0.21 | 0 | 0.24 | 0.25 | 111.06 | 0.27 | 0.66 |
| Hex | 98 | C0 | 91 | 15 | 0 | 18 | 19 | 6F | 1B | 42 |
| Octal | 230 | 300 | 221 | 25 | 0 | 30 | 31 | 157 | 33 | 102 |
| Binary | 10011000 | 11000000 | 10010001 | 10101 | 0 | 11000 | 11001 | 1101111 | 11011 | 1000010 |
Color Harmonies of #98C091
Complementary color
Monochromatic Colors of #98C091
Black with #98C091
Text Example
Text Example
White with #98C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C091; }
p { color: rgb(152,192,145); }
H1.HeaderClassName
{
color: #98C091;
}
.AnyTagClassName
{
color: #98C091;
}
</style>
background-color css
<style>
a { background-color: #98C091; }
a { background-color: rgb(152,192,145); }
div.DivClassName
{
background-color: #98C091;
}
.BgClassName
{
background-color: #98C091;
}
</style>
border-color css
<style>
span { border-color: #98C091; }
span { border-color: rgb(152,192,145); }
td.TdClassName
{
border-color: #98C091;
}
.TagClassName
{
border-color: #98C091;
}
</style>