Shades of Dark Sea Green #9AB69B
Tints of Dark Sea Green #9AB69B
RGB
CMYK
RGB Variations
Color information
#9AB69B (or 0x9AB69B) is known color: Dark Sea Green. HEX triplet: 9A, B6 and 9B. RGB value is (154,182,155). Sum of RGB (Red+Green+Blue) = 154+182+155=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB69B is #654964. Grayscale: #AAAAAA. Windows color (decimal): -6637925 or 10204826. OLE color: 10204826.
HSL color Cylindrical-coordinate representation of color #9AB69B: hue angle of 122.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB69B is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 155 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.29 |
| HSL | 122.14º | 0.16% | 0.66% | - |
| HSV(B) | 122.14º | 0.15% | 0.71% | - |
| XYZ | 35.97 | 42.69 | 37.35 | - |
| YUV | 170.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 155 | 0.15 | 0 | 0.15 | 0.29 | 122.14 | 0.16 | 0.66 |
| Hex | 9A | B6 | 9B | F | 0 | F | 1D | 7A | 10 | 42 |
| Octal | 232 | 266 | 233 | 17 | 0 | 17 | 35 | 172 | 20 | 102 |
| Binary | 10011010 | 10110110 | 10011011 | 1111 | 0 | 1111 | 11101 | 1111010 | 10000 | 1000010 |
Color Harmonies of #9AB69B
Complementary color
Monochromatic Colors of #9AB69B
Black with #9AB69B
Text Example
Text Example
White with #9AB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB69B; }
p { color: rgb(154,182,155); }
H1.HeaderClassName
{
color: #9AB69B;
}
.AnyTagClassName
{
color: #9AB69B;
}
</style>
background-color css
<style>
a { background-color: #9AB69B; }
a { background-color: rgb(154,182,155); }
div.DivClassName
{
background-color: #9AB69B;
}
.BgClassName
{
background-color: #9AB69B;
}
</style>
border-color css
<style>
span { border-color: #9AB69B; }
span { border-color: rgb(154,182,155); }
td.TdClassName
{
border-color: #9AB69B;
}
.TagClassName
{
border-color: #9AB69B;
}
</style>