Shades of Dark Sea Green #98C695
Tints of Dark Sea Green #98C695
RGB
CMYK
RGB Variations
Color information
#98C695 (or 0x98C695) is known color: Dark Sea Green. HEX triplet: 98, C6 and 95. RGB value is (152,198,149). Sum of RGB (Red+Green+Blue) = 152+198+149=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #98C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C695 is #67396A. Grayscale: #B2B2B2. Windows color (decimal): -6764907 or 9815704. OLE color: 9815704.
HSL color Cylindrical-coordinate representation of color #98C695: hue angle of 116.33º degrees, saturation: 0.3, 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 #98C695 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 149 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.22 |
| HSL | 116.33º | 0.3% | 0.68% | - |
| HSV(B) | 116.33º | 0.25% | 0.78% | - |
| XYZ | 38.57 | 49.23 | 35.9 | - |
| YUV | 178.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 149 | 0.23 | 0 | 0.25 | 0.22 | 116.33 | 0.3 | 0.68 |
| Hex | 98 | C6 | 95 | 17 | 0 | 19 | 16 | 74 | 1E | 44 |
| Octal | 230 | 306 | 225 | 27 | 0 | 31 | 26 | 164 | 36 | 104 |
| Binary | 10011000 | 11000110 | 10010101 | 10111 | 0 | 11001 | 10110 | 1110100 | 11110 | 1000100 |
Color Harmonies of #98C695
Complementary color
Monochromatic Colors of #98C695
Black with #98C695
Text Example
Text Example
White with #98C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C695; }
p { color: rgb(152,198,149); }
H1.HeaderClassName
{
color: #98C695;
}
.AnyTagClassName
{
color: #98C695;
}
</style>
background-color css
<style>
a { background-color: #98C695; }
a { background-color: rgb(152,198,149); }
div.DivClassName
{
background-color: #98C695;
}
.BgClassName
{
background-color: #98C695;
}
</style>
border-color css
<style>
span { border-color: #98C695; }
span { border-color: rgb(152,198,149); }
td.TdClassName
{
border-color: #98C695;
}
.TagClassName
{
border-color: #98C695;
}
</style>