Shades of Dark Sea Green #98C191
Tints of Dark Sea Green #98C191
RGB
CMYK
RGB Variations
Color information
#98C191 (or 0x98C191) is known color: Dark Sea Green. HEX triplet: 98, C1 and 91. RGB value is (152,193,145). Sum of RGB (Red+Green+Blue) = 152+193+145=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #98C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C191 is #673E6E. Grayscale: #AFAFAF. Windows color (decimal): -6766191 or 9552280. OLE color: 9552280.
HSL color Cylindrical-coordinate representation of color #98C191: hue angle of 111.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98C191 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 145 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.24 |
| HSL | 111.25º | 0.28% | 0.66% | - |
| HSV(B) | 111.25º | 0.25% | 0.76% | - |
| XYZ | 37.13 | 46.86 | 33.88 | - |
| YUV | 175.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 145 | 0.21 | 0 | 0.25 | 0.24 | 111.25 | 0.28 | 0.66 |
| Hex | 98 | C1 | 91 | 15 | 0 | 19 | 18 | 6F | 1C | 42 |
| Octal | 230 | 301 | 221 | 25 | 0 | 31 | 30 | 157 | 34 | 102 |
| Binary | 10011000 | 11000001 | 10010001 | 10101 | 0 | 11001 | 11000 | 1101111 | 11100 | 1000010 |
Color Harmonies of #98C191
Complementary color
Monochromatic Colors of #98C191
Black with #98C191
Text Example
Text Example
White with #98C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C191; }
p { color: rgb(152,193,145); }
H1.HeaderClassName
{
color: #98C191;
}
.AnyTagClassName
{
color: #98C191;
}
</style>
background-color css
<style>
a { background-color: #98C191; }
a { background-color: rgb(152,193,145); }
div.DivClassName
{
background-color: #98C191;
}
.BgClassName
{
background-color: #98C191;
}
</style>
border-color css
<style>
span { border-color: #98C191; }
span { border-color: rgb(152,193,145); }
td.TdClassName
{
border-color: #98C191;
}
.TagClassName
{
border-color: #98C191;
}
</style>