Shades of Dark Sea Green #98C195
Tints of Dark Sea Green #98C195
RGB
CMYK
RGB Variations
Color information
#98C195 (or 0x98C195) is known color: Dark Sea Green. HEX triplet: 98, C1 and 95. RGB value is (152,193,149). Sum of RGB (Red+Green+Blue) = 152+193+149=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #98C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C195 is #673E6A. Grayscale: #AFAFAF. Windows color (decimal): -6766187 or 9814424. OLE color: 9814424.
HSL color Cylindrical-coordinate representation of color #98C195: hue angle of 115.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C195 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 149 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.24 |
| HSL | 115.91º | 0.26% | 0.67% | - |
| HSV(B) | 115.91º | 0.23% | 0.76% | - |
| XYZ | 37.44 | 46.99 | 35.53 | - |
| YUV | 175.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 149 | 0.21 | 0 | 0.23 | 0.24 | 115.91 | 0.26 | 0.67 |
| Hex | 98 | C1 | 95 | 15 | 0 | 17 | 18 | 74 | 1A | 43 |
| Octal | 230 | 301 | 225 | 25 | 0 | 27 | 30 | 164 | 32 | 103 |
| Binary | 10011000 | 11000001 | 10010101 | 10101 | 0 | 10111 | 11000 | 1110100 | 11010 | 1000011 |
Color Harmonies of #98C195
Complementary color
Monochromatic Colors of #98C195
Black with #98C195
Text Example
Text Example
White with #98C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C195; }
p { color: rgb(152,193,149); }
H1.HeaderClassName
{
color: #98C195;
}
.AnyTagClassName
{
color: #98C195;
}
</style>
background-color css
<style>
a { background-color: #98C195; }
a { background-color: rgb(152,193,149); }
div.DivClassName
{
background-color: #98C195;
}
.BgClassName
{
background-color: #98C195;
}
</style>
border-color css
<style>
span { border-color: #98C195; }
span { border-color: rgb(152,193,149); }
td.TdClassName
{
border-color: #98C195;
}
.TagClassName
{
border-color: #98C195;
}
</style>