Shades of Dark Sea Green #99BA99
Tints of Dark Sea Green #99BA99
RGB
CMYK
RGB Variations
Color information
#99BA99 (or 0x99BA99) is known color: Dark Sea Green. HEX triplet: 99, BA and 99. RGB value is (153,186,153). Sum of RGB (Red+Green+Blue) = 153+186+153=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA99 is #664566. Grayscale: #ACACAC. Windows color (decimal): -6702439 or 10074777. OLE color: 10074777.
HSL color Cylindrical-coordinate representation of color #99BA99: hue angle of 120º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BA99 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 153 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.27 |
| HSL | 120º | 0.19% | 0.66% | - |
| HSV(B) | 120º | 0.18% | 0.73% | - |
| XYZ | 36.45 | 44.19 | 36.75 | - |
| YUV | 172.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 153 | 0.18 | 0 | 0.18 | 0.27 | 120 | 0.19 | 0.66 |
| Hex | 99 | BA | 99 | 12 | 0 | 12 | 1B | 78 | 13 | 42 |
| Octal | 231 | 272 | 231 | 22 | 0 | 22 | 33 | 170 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10011001 | 10010 | 0 | 10010 | 11011 | 1111000 | 10011 | 1000010 |
Color Harmonies of #99BA99
Complementary color
Monochromatic Colors of #99BA99
Black with #99BA99
Text Example
Text Example
White with #99BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA99; }
p { color: rgb(153,186,153); }
H1.HeaderClassName
{
color: #99BA99;
}
.AnyTagClassName
{
color: #99BA99;
}
</style>
background-color css
<style>
a { background-color: #99BA99; }
a { background-color: rgb(153,186,153); }
div.DivClassName
{
background-color: #99BA99;
}
.BgClassName
{
background-color: #99BA99;
}
</style>
border-color css
<style>
span { border-color: #99BA99; }
span { border-color: rgb(153,186,153); }
td.TdClassName
{
border-color: #99BA99;
}
.TagClassName
{
border-color: #99BA99;
}
</style>