Shades of Dark Sea Green #99B996
Tints of Dark Sea Green #99B996
RGB
CMYK
RGB Variations
Color information
#99B996 (or 0x99B996) is known color: Dark Sea Green. HEX triplet: 99, B9 and 96. RGB value is (153,185,150). Sum of RGB (Red+Green+Blue) = 153+185+150=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #99B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B996 is #664669. Grayscale: #ABABAB. Windows color (decimal): -6702698 or 9877913. OLE color: 9877913.
HSL color Cylindrical-coordinate representation of color #99B996: hue angle of 114.86º 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 #99B996 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 150 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.27 |
| HSL | 114.86º | 0.2% | 0.66% | - |
| HSV(B) | 114.86º | 0.19% | 0.73% | - |
| XYZ | 35.99 | 43.67 | 35.39 | - |
| YUV | 171.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 150 | 0.17 | 0 | 0.19 | 0.27 | 114.86 | 0.2 | 0.66 |
| Hex | 99 | B9 | 96 | 11 | 0 | 13 | 1B | 73 | 14 | 42 |
| Octal | 231 | 271 | 226 | 21 | 0 | 23 | 33 | 163 | 24 | 102 |
| Binary | 10011001 | 10111001 | 10010110 | 10001 | 0 | 10011 | 11011 | 1110011 | 10100 | 1000010 |
Color Harmonies of #99B996
Complementary color
Monochromatic Colors of #99B996
Black with #99B996
Text Example
Text Example
White with #99B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B996; }
p { color: rgb(153,185,150); }
H1.HeaderClassName
{
color: #99B996;
}
.AnyTagClassName
{
color: #99B996;
}
</style>
background-color css
<style>
a { background-color: #99B996; }
a { background-color: rgb(153,185,150); }
div.DivClassName
{
background-color: #99B996;
}
.BgClassName
{
background-color: #99B996;
}
</style>
border-color css
<style>
span { border-color: #99B996; }
span { border-color: rgb(153,185,150); }
td.TdClassName
{
border-color: #99B996;
}
.TagClassName
{
border-color: #99B996;
}
</style>