Shades of Dark Sea Green #99BB98
Tints of Dark Sea Green #99BB98
RGB
CMYK
RGB Variations
Color information
#99BB98 (or 0x99BB98) is known color: Dark Sea Green. HEX triplet: 99, BB and 98. RGB value is (153,187,152). Sum of RGB (Red+Green+Blue) = 153+187+152=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB98 is #664467. Grayscale: #ACACAC. Windows color (decimal): -6702184 or 10009497. OLE color: 10009497.
HSL color Cylindrical-coordinate representation of color #99BB98: hue angle of 118.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BB98 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 152 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.27 |
| HSL | 118.29º | 0.2% | 0.66% | - |
| HSV(B) | 118.29º | 0.19% | 0.73% | - |
| XYZ | 36.57 | 44.58 | 36.38 | - |
| YUV | 172.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 152 | 0.18 | 0 | 0.19 | 0.27 | 118.29 | 0.2 | 0.66 |
| Hex | 99 | BB | 98 | 12 | 0 | 13 | 1B | 76 | 14 | 42 |
| Octal | 231 | 273 | 230 | 22 | 0 | 23 | 33 | 166 | 24 | 102 |
| Binary | 10011001 | 10111011 | 10011000 | 10010 | 0 | 10011 | 11011 | 1110110 | 10100 | 1000010 |
Color Harmonies of #99BB98
Complementary color
Monochromatic Colors of #99BB98
Black with #99BB98
Text Example
Text Example
White with #99BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB98; }
p { color: rgb(153,187,152); }
H1.HeaderClassName
{
color: #99BB98;
}
.AnyTagClassName
{
color: #99BB98;
}
</style>
background-color css
<style>
a { background-color: #99BB98; }
a { background-color: rgb(153,187,152); }
div.DivClassName
{
background-color: #99BB98;
}
.BgClassName
{
background-color: #99BB98;
}
</style>
border-color css
<style>
span { border-color: #99BB98; }
span { border-color: rgb(153,187,152); }
td.TdClassName
{
border-color: #99BB98;
}
.TagClassName
{
border-color: #99BB98;
}
</style>