Shades of Dark Sea Green #98B99A
Tints of Dark Sea Green #98B99A
RGB
CMYK
RGB Variations
Color information
#98B99A (or 0x98B99A) is known color: Dark Sea Green. HEX triplet: 98, B9 and 9A. RGB value is (152,185,154). Sum of RGB (Red+Green+Blue) = 152+185+154=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #98B99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B99A is #674665. Grayscale: #ABABAB. Windows color (decimal): -6768230 or 10140056. OLE color: 10140056.
HSL color Cylindrical-coordinate representation of color #98B99A: hue angle of 123.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98B99A is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 154 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.27 |
| HSL | 123.64º | 0.19% | 0.66% | - |
| HSV(B) | 123.64º | 0.18% | 0.73% | - |
| XYZ | 36.13 | 43.71 | 37.1 | - |
| YUV | 171.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 154 | 0.18 | 0 | 0.17 | 0.27 | 123.64 | 0.19 | 0.66 |
| Hex | 98 | B9 | 9A | 12 | 0 | 11 | 1B | 7C | 13 | 42 |
| Octal | 230 | 271 | 232 | 22 | 0 | 21 | 33 | 174 | 23 | 102 |
| Binary | 10011000 | 10111001 | 10011010 | 10010 | 0 | 10001 | 11011 | 1111100 | 10011 | 1000010 |
Color Harmonies of #98B99A
Complementary color
Monochromatic Colors of #98B99A
Black with #98B99A
Text Example
Text Example
White with #98B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B99A; }
p { color: rgb(152,185,154); }
H1.HeaderClassName
{
color: #98B99A;
}
.AnyTagClassName
{
color: #98B99A;
}
</style>
background-color css
<style>
a { background-color: #98B99A; }
a { background-color: rgb(152,185,154); }
div.DivClassName
{
background-color: #98B99A;
}
.BgClassName
{
background-color: #98B99A;
}
</style>
border-color css
<style>
span { border-color: #98B99A; }
span { border-color: rgb(152,185,154); }
td.TdClassName
{
border-color: #98B99A;
}
.TagClassName
{
border-color: #98B99A;
}
</style>