Shades of Dark Sea Green #9AB29B
Tints of Dark Sea Green #9AB29B
RGB
CMYK
RGB Variations
Color information
#9AB29B (or 0x9AB29B) is known color: Dark Sea Green. HEX triplet: 9A, B2 and 9B. RGB value is (154,178,155). Sum of RGB (Red+Green+Blue) = 154+178+155=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB29B is #654D64. Grayscale: #A8A8A8. Windows color (decimal): -6638949 or 10203802. OLE color: 10203802.
HSL color Cylindrical-coordinate representation of color #9AB29B: hue angle of 122.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB29B is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 155 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.30 |
| HSL | 122.5º | 0.13% | 0.65% | - |
| HSV(B) | 122.5º | 0.13% | 0.7% | - |
| XYZ | 35.16 | 41.08 | 37.09 | - |
| YUV | 168.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 155 | 0.13 | 0 | 0.13 | 0.30 | 122.5 | 0.13 | 0.65 |
| Hex | 9A | B2 | 9B | D | 0 | D | 1E | 7B | D | 41 |
| Octal | 232 | 262 | 233 | 15 | 0 | 15 | 36 | 173 | 15 | 101 |
| Binary | 10011010 | 10110010 | 10011011 | 1101 | 0 | 1101 | 11110 | 1111011 | 1101 | 1000001 |
Color Harmonies of #9AB29B
Complementary color
Monochromatic Colors of #9AB29B
Black with #9AB29B
Text Example
Text Example
White with #9AB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB29B; }
p { color: rgb(154,178,155); }
H1.HeaderClassName
{
color: #9AB29B;
}
.AnyTagClassName
{
color: #9AB29B;
}
</style>
background-color css
<style>
a { background-color: #9AB29B; }
a { background-color: rgb(154,178,155); }
div.DivClassName
{
background-color: #9AB29B;
}
.BgClassName
{
background-color: #9AB29B;
}
</style>
border-color css
<style>
span { border-color: #9AB29B; }
span { border-color: rgb(154,178,155); }
td.TdClassName
{
border-color: #9AB29B;
}
.TagClassName
{
border-color: #9AB29B;
}
</style>