Shades of Dark Sea Green #99BB9D
Tints of Dark Sea Green #99BB9D
RGB
CMYK
RGB Variations
Color information
#99BB9D (or 0x99BB9D) is known color: Dark Sea Green. HEX triplet: 99, BB and 9D. RGB value is (153,187,157). Sum of RGB (Red+Green+Blue) = 153+187+157=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB9D is #664462. Grayscale: #ADADAD. Windows color (decimal): -6702179 or 10337177. OLE color: 10337177.
HSL color Cylindrical-coordinate representation of color #99BB9D: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BB9D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 157 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.27 |
| HSL | 127.06º | 0.2% | 0.67% | - |
| HSV(B) | 127.06º | 0.18% | 0.73% | - |
| XYZ | 36.99 | 44.75 | 38.59 | - |
| YUV | 173.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 157 | 0.18 | 0 | 0.16 | 0.27 | 127.06 | 0.2 | 0.67 |
| Hex | 99 | BB | 9D | 12 | 0 | 10 | 1B | 7F | 14 | 43 |
| Octal | 231 | 273 | 235 | 22 | 0 | 20 | 33 | 177 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10011101 | 10010 | 0 | 10000 | 11011 | 1111111 | 10100 | 1000011 |
Color Harmonies of #99BB9D
Complementary color
Monochromatic Colors of #99BB9D
Black with #99BB9D
Text Example
Text Example
White with #99BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB9D; }
p { color: rgb(153,187,157); }
H1.HeaderClassName
{
color: #99BB9D;
}
.AnyTagClassName
{
color: #99BB9D;
}
</style>
background-color css
<style>
a { background-color: #99BB9D; }
a { background-color: rgb(153,187,157); }
div.DivClassName
{
background-color: #99BB9D;
}
.BgClassName
{
background-color: #99BB9D;
}
</style>
border-color css
<style>
span { border-color: #99BB9D; }
span { border-color: rgb(153,187,157); }
td.TdClassName
{
border-color: #99BB9D;
}
.TagClassName
{
border-color: #99BB9D;
}
</style>