Shades of Dark Sea Green #9AB49C
Tints of Dark Sea Green #9AB49C
RGB
CMYK
RGB Variations
Color information
#9AB49C (or 0x9AB49C) is known color: Dark Sea Green. HEX triplet: 9A, B4 and 9C. RGB value is (154,180,156). Sum of RGB (Red+Green+Blue) = 154+180+156=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB49C is #654B63. Grayscale: #A9A9A9. Windows color (decimal): -6638436 or 10269850. OLE color: 10269850.
HSL color Cylindrical-coordinate representation of color #9AB49C: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB49C is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 156 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.29 |
| HSL | 124.62º | 0.15% | 0.65% | - |
| HSV(B) | 124.62º | 0.14% | 0.71% | - |
| XYZ | 35.65 | 41.91 | 37.66 | - |
| YUV | 169.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 156 | 0.14 | 0 | 0.13 | 0.29 | 124.62 | 0.15 | 0.65 |
| Hex | 9A | B4 | 9C | E | 0 | D | 1D | 7D | F | 41 |
| Octal | 232 | 264 | 234 | 16 | 0 | 15 | 35 | 175 | 17 | 101 |
| Binary | 10011010 | 10110100 | 10011100 | 1110 | 0 | 1101 | 11101 | 1111101 | 1111 | 1000001 |
Color Harmonies of #9AB49C
Complementary color
Monochromatic Colors of #9AB49C
Black with #9AB49C
Text Example
Text Example
White with #9AB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB49C; }
p { color: rgb(154,180,156); }
H1.HeaderClassName
{
color: #9AB49C;
}
.AnyTagClassName
{
color: #9AB49C;
}
</style>
background-color css
<style>
a { background-color: #9AB49C; }
a { background-color: rgb(154,180,156); }
div.DivClassName
{
background-color: #9AB49C;
}
.BgClassName
{
background-color: #9AB49C;
}
</style>
border-color css
<style>
span { border-color: #9AB49C; }
span { border-color: rgb(154,180,156); }
td.TdClassName
{
border-color: #9AB49C;
}
.TagClassName
{
border-color: #9AB49C;
}
</style>