Shades of Dark Sea Green #9AB39B
Tints of Dark Sea Green #9AB39B
RGB
CMYK
RGB Variations
Color information
#9AB39B (or 0x9AB39B) is known color: Dark Sea Green. HEX triplet: 9A, B3 and 9B. RGB value is (154,179,155). Sum of RGB (Red+Green+Blue) = 154+179+155=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB39B is #654C64. Grayscale: #A8A8A8. Windows color (decimal): -6638693 or 10204058. OLE color: 10204058.
HSL color Cylindrical-coordinate representation of color #9AB39B: hue angle of 122.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB39B is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 155 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.30 |
| HSL | 122.4º | 0.14% | 0.65% | - |
| HSV(B) | 122.4º | 0.14% | 0.7% | - |
| XYZ | 35.36 | 41.48 | 37.15 | - |
| YUV | 168.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 155 | 0.14 | 0 | 0.13 | 0.30 | 122.4 | 0.14 | 0.65 |
| Hex | 9A | B3 | 9B | E | 0 | D | 1E | 7A | E | 41 |
| Octal | 232 | 263 | 233 | 16 | 0 | 15 | 36 | 172 | 16 | 101 |
| Binary | 10011010 | 10110011 | 10011011 | 1110 | 0 | 1101 | 11110 | 1111010 | 1110 | 1000001 |
Color Harmonies of #9AB39B
Complementary color
Monochromatic Colors of #9AB39B
Black with #9AB39B
Text Example
Text Example
White with #9AB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB39B; }
p { color: rgb(154,179,155); }
H1.HeaderClassName
{
color: #9AB39B;
}
.AnyTagClassName
{
color: #9AB39B;
}
</style>
background-color css
<style>
a { background-color: #9AB39B; }
a { background-color: rgb(154,179,155); }
div.DivClassName
{
background-color: #9AB39B;
}
.BgClassName
{
background-color: #9AB39B;
}
</style>
border-color css
<style>
span { border-color: #9AB39B; }
span { border-color: rgb(154,179,155); }
td.TdClassName
{
border-color: #9AB39B;
}
.TagClassName
{
border-color: #9AB39B;
}
</style>