Shades of Dark Sea Green #98B798
Tints of Dark Sea Green #98B798
RGB
CMYK
RGB Variations
Color information
#98B798 (or 0x98B798) is known color: Dark Sea Green. HEX triplet: 98, B7 and 98. RGB value is (152,183,152). Sum of RGB (Red+Green+Blue) = 152+183+152=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #98B798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B798 is #674867. Grayscale: #AAAAAA. Windows color (decimal): -6768744 or 10008472. OLE color: 10008472.
HSL color Cylindrical-coordinate representation of color #98B798: hue angle of 120º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B798 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 152 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.28 |
| HSL | 120º | 0.18% | 0.66% | - |
| HSV(B) | 120º | 0.17% | 0.72% | - |
| XYZ | 35.55 | 42.81 | 36.1 | - |
| YUV | 170.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 152 | 0.17 | 0 | 0.17 | 0.28 | 120 | 0.18 | 0.66 |
| Hex | 98 | B7 | 98 | 11 | 0 | 11 | 1C | 78 | 12 | 42 |
| Octal | 230 | 267 | 230 | 21 | 0 | 21 | 34 | 170 | 22 | 102 |
| Binary | 10011000 | 10110111 | 10011000 | 10001 | 0 | 10001 | 11100 | 1111000 | 10010 | 1000010 |
Color Harmonies of #98B798
Complementary color
Monochromatic Colors of #98B798
Black with #98B798
Text Example
Text Example
White with #98B798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B798; }
p { color: rgb(152,183,152); }
H1.HeaderClassName
{
color: #98B798;
}
.AnyTagClassName
{
color: #98B798;
}
</style>
background-color css
<style>
a { background-color: #98B798; }
a { background-color: rgb(152,183,152); }
div.DivClassName
{
background-color: #98B798;
}
.BgClassName
{
background-color: #98B798;
}
</style>
border-color css
<style>
span { border-color: #98B798; }
span { border-color: rgb(152,183,152); }
td.TdClassName
{
border-color: #98B798;
}
.TagClassName
{
border-color: #98B798;
}
</style>