Shades of Dark Sea Green #99B99B
Tints of Dark Sea Green #99B99B
RGB
CMYK
RGB Variations
Color information
#99B99B (or 0x99B99B) is known color: Dark Sea Green. HEX triplet: 99, B9 and 9B. RGB value is (153,185,155). Sum of RGB (Red+Green+Blue) = 153+185+155=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #99B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B99B is #664664. Grayscale: #ACACAC. Windows color (decimal): -6702693 or 10205593. OLE color: 10205593.
HSL color Cylindrical-coordinate representation of color #99B99B: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B99B is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 155 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.27 |
| HSL | 123.75º | 0.19% | 0.66% | - |
| HSV(B) | 123.75º | 0.17% | 0.73% | - |
| XYZ | 36.4 | 43.84 | 37.55 | - |
| YUV | 172.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 155 | 0.17 | 0 | 0.16 | 0.27 | 123.75 | 0.19 | 0.66 |
| Hex | 99 | B9 | 9B | 11 | 0 | 10 | 1B | 7C | 13 | 42 |
| Octal | 231 | 271 | 233 | 21 | 0 | 20 | 33 | 174 | 23 | 102 |
| Binary | 10011001 | 10111001 | 10011011 | 10001 | 0 | 10000 | 11011 | 1111100 | 10011 | 1000010 |
Color Harmonies of #99B99B
Complementary color
Monochromatic Colors of #99B99B
Black with #99B99B
Text Example
Text Example
White with #99B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B99B; }
p { color: rgb(153,185,155); }
H1.HeaderClassName
{
color: #99B99B;
}
.AnyTagClassName
{
color: #99B99B;
}
</style>
background-color css
<style>
a { background-color: #99B99B; }
a { background-color: rgb(153,185,155); }
div.DivClassName
{
background-color: #99B99B;
}
.BgClassName
{
background-color: #99B99B;
}
</style>
border-color css
<style>
span { border-color: #99B99B; }
span { border-color: rgb(153,185,155); }
td.TdClassName
{
border-color: #99B99B;
}
.TagClassName
{
border-color: #99B99B;
}
</style>