Shades of Dark Sea Green #9AB99B
Tints of Dark Sea Green #9AB99B
RGB
CMYK
RGB Variations
Color information
#9AB99B (or 0x9AB99B) is known color: Dark Sea Green. HEX triplet: 9A, B9 and 9B. RGB value is (154,185,155). Sum of RGB (Red+Green+Blue) = 154+185+155=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB99B is #654664. Grayscale: #ACACAC. Windows color (decimal): -6637157 or 10205594. OLE color: 10205594.
HSL color Cylindrical-coordinate representation of color #9AB99B: hue angle of 121.94º degrees, saturation: 0.18, 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 #9AB99B is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 155 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.27 |
| HSL | 121.94º | 0.18% | 0.66% | - |
| HSV(B) | 121.94º | 0.17% | 0.73% | - |
| XYZ | 36.59 | 43.93 | 37.56 | - |
| YUV | 172.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 155 | 0.17 | 0 | 0.16 | 0.27 | 121.94 | 0.18 | 0.66 |
| Hex | 9A | B9 | 9B | 11 | 0 | 10 | 1B | 7A | 12 | 42 |
| Octal | 232 | 271 | 233 | 21 | 0 | 20 | 33 | 172 | 22 | 102 |
| Binary | 10011010 | 10111001 | 10011011 | 10001 | 0 | 10000 | 11011 | 1111010 | 10010 | 1000010 |
Color Harmonies of #9AB99B
Complementary color
Monochromatic Colors of #9AB99B
Black with #9AB99B
Text Example
Text Example
White with #9AB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB99B; }
p { color: rgb(154,185,155); }
H1.HeaderClassName
{
color: #9AB99B;
}
.AnyTagClassName
{
color: #9AB99B;
}
</style>
background-color css
<style>
a { background-color: #9AB99B; }
a { background-color: rgb(154,185,155); }
div.DivClassName
{
background-color: #9AB99B;
}
.BgClassName
{
background-color: #9AB99B;
}
</style>
border-color css
<style>
span { border-color: #9AB99B; }
span { border-color: rgb(154,185,155); }
td.TdClassName
{
border-color: #9AB99B;
}
.TagClassName
{
border-color: #9AB99B;
}
</style>