Shades of Dark Sea Green #99BA9B
Tints of Dark Sea Green #99BA9B
RGB
CMYK
RGB Variations
Color information
#99BA9B (or 0x99BA9B) is known color: Dark Sea Green. HEX triplet: 99, BA and 9B. RGB value is (153,186,155). Sum of RGB (Red+Green+Blue) = 153+186+155=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA9B is #664564. Grayscale: #ACACAC. Windows color (decimal): -6702437 or 10205849. OLE color: 10205849.
HSL color Cylindrical-coordinate representation of color #99BA9B: hue angle of 123.64º 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 #99BA9B is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 155 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.27 |
| HSL | 123.64º | 0.19% | 0.66% | - |
| HSV(B) | 123.64º | 0.18% | 0.73% | - |
| XYZ | 36.61 | 44.26 | 37.62 | - |
| YUV | 172.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 155 | 0.18 | 0 | 0.17 | 0.27 | 123.64 | 0.19 | 0.66 |
| Hex | 99 | BA | 9B | 12 | 0 | 11 | 1B | 7C | 13 | 42 |
| Octal | 231 | 272 | 233 | 22 | 0 | 21 | 33 | 174 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10011011 | 10010 | 0 | 10001 | 11011 | 1111100 | 10011 | 1000010 |
Color Harmonies of #99BA9B
Complementary color
Monochromatic Colors of #99BA9B
Black with #99BA9B
Text Example
Text Example
White with #99BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA9B; }
p { color: rgb(153,186,155); }
H1.HeaderClassName
{
color: #99BA9B;
}
.AnyTagClassName
{
color: #99BA9B;
}
</style>
background-color css
<style>
a { background-color: #99BA9B; }
a { background-color: rgb(153,186,155); }
div.DivClassName
{
background-color: #99BA9B;
}
.BgClassName
{
background-color: #99BA9B;
}
</style>
border-color css
<style>
span { border-color: #99BA9B; }
span { border-color: rgb(153,186,155); }
td.TdClassName
{
border-color: #99BA9B;
}
.TagClassName
{
border-color: #99BA9B;
}
</style>