Shades of Dark Sea Green #99BB9C
Tints of Dark Sea Green #99BB9C
RGB
CMYK
RGB Variations
Color information
#99BB9C (or 0x99BB9C) is known color: Dark Sea Green. HEX triplet: 99, BB and 9C. RGB value is (153,187,156). Sum of RGB (Red+Green+Blue) = 153+187+156=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB9C is #664463. Grayscale: #ADADAD. Windows color (decimal): -6702180 or 10271641. OLE color: 10271641.
HSL color Cylindrical-coordinate representation of color #99BB9C: hue angle of 125.29º 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 #99BB9C is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 156 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.27 |
| HSL | 125.29º | 0.2% | 0.67% | - |
| HSV(B) | 125.29º | 0.18% | 0.73% | - |
| XYZ | 36.91 | 44.71 | 38.14 | - |
| YUV | 173.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 156 | 0.18 | 0 | 0.17 | 0.27 | 125.29 | 0.2 | 0.67 |
| Hex | 99 | BB | 9C | 12 | 0 | 11 | 1B | 7D | 14 | 43 |
| Octal | 231 | 273 | 234 | 22 | 0 | 21 | 33 | 175 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10011100 | 10010 | 0 | 10001 | 11011 | 1111101 | 10100 | 1000011 |
Color Harmonies of #99BB9C
Complementary color
Monochromatic Colors of #99BB9C
Black with #99BB9C
Text Example
Text Example
White with #99BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB9C; }
p { color: rgb(153,187,156); }
H1.HeaderClassName
{
color: #99BB9C;
}
.AnyTagClassName
{
color: #99BB9C;
}
</style>
background-color css
<style>
a { background-color: #99BB9C; }
a { background-color: rgb(153,187,156); }
div.DivClassName
{
background-color: #99BB9C;
}
.BgClassName
{
background-color: #99BB9C;
}
</style>
border-color css
<style>
span { border-color: #99BB9C; }
span { border-color: rgb(153,187,156); }
td.TdClassName
{
border-color: #99BB9C;
}
.TagClassName
{
border-color: #99BB9C;
}
</style>