Shades of Dark Sea Green #98BB96
Tints of Dark Sea Green #98BB96
RGB
CMYK
RGB Variations
Color information
#98BB96 (or 0x98BB96) is known color: Dark Sea Green. HEX triplet: 98, BB and 96. RGB value is (152,187,150). Sum of RGB (Red+Green+Blue) = 152+187+150=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BB96 is #674469. Grayscale: #ACACAC. Windows color (decimal): -6767722 or 9878424. OLE color: 9878424.
HSL color Cylindrical-coordinate representation of color #98BB96: hue angle of 116.76º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BB96 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 150 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.27 |
| HSL | 116.76º | 0.21% | 0.66% | - |
| HSV(B) | 116.76º | 0.2% | 0.73% | - |
| XYZ | 36.22 | 44.42 | 35.52 | - |
| YUV | 172.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 150 | 0.19 | 0 | 0.20 | 0.27 | 116.76 | 0.21 | 0.66 |
| Hex | 98 | BB | 96 | 13 | 0 | 14 | 1B | 75 | 15 | 42 |
| Octal | 230 | 273 | 226 | 23 | 0 | 24 | 33 | 165 | 25 | 102 |
| Binary | 10011000 | 10111011 | 10010110 | 10011 | 0 | 10100 | 11011 | 1110101 | 10101 | 1000010 |
Color Harmonies of #98BB96
Complementary color
Monochromatic Colors of #98BB96
Black with #98BB96
Text Example
Text Example
White with #98BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB96; }
p { color: rgb(152,187,150); }
H1.HeaderClassName
{
color: #98BB96;
}
.AnyTagClassName
{
color: #98BB96;
}
</style>
background-color css
<style>
a { background-color: #98BB96; }
a { background-color: rgb(152,187,150); }
div.DivClassName
{
background-color: #98BB96;
}
.BgClassName
{
background-color: #98BB96;
}
</style>
border-color css
<style>
span { border-color: #98BB96; }
span { border-color: rgb(152,187,150); }
td.TdClassName
{
border-color: #98BB96;
}
.TagClassName
{
border-color: #98BB96;
}
</style>