Shades of Dark Sea Green #9ABB9E
Tints of Dark Sea Green #9ABB9E
RGB
CMYK
RGB Variations
Color information
#9ABB9E (or 0x9ABB9E) is known color: Dark Sea Green. HEX triplet: 9A, BB and 9E. RGB value is (154,187,158). Sum of RGB (Red+Green+Blue) = 154+187+158=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB9E is #654461. Grayscale: #ADADAD. Windows color (decimal): -6636642 or 10402714. OLE color: 10402714.
HSL color Cylindrical-coordinate representation of color #9ABB9E: hue angle of 127.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABB9E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 158 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.27 |
| HSL | 127.27º | 0.2% | 0.67% | - |
| HSV(B) | 127.27º | 0.18% | 0.73% | - |
| XYZ | 37.27 | 44.88 | 39.05 | - |
| YUV | 173.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 158 | 0.18 | 0 | 0.16 | 0.27 | 127.27 | 0.2 | 0.67 |
| Hex | 9A | BB | 9E | 12 | 0 | 10 | 1B | 7F | 14 | 43 |
| Octal | 232 | 273 | 236 | 22 | 0 | 20 | 33 | 177 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10011110 | 10010 | 0 | 10000 | 11011 | 1111111 | 10100 | 1000011 |
Color Harmonies of #9ABB9E
Complementary color
Monochromatic Colors of #9ABB9E
Black with #9ABB9E
Text Example
Text Example
White with #9ABB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB9E; }
p { color: rgb(154,187,158); }
H1.HeaderClassName
{
color: #9ABB9E;
}
.AnyTagClassName
{
color: #9ABB9E;
}
</style>
background-color css
<style>
a { background-color: #9ABB9E; }
a { background-color: rgb(154,187,158); }
div.DivClassName
{
background-color: #9ABB9E;
}
.BgClassName
{
background-color: #9ABB9E;
}
</style>
border-color css
<style>
span { border-color: #9ABB9E; }
span { border-color: rgb(154,187,158); }
td.TdClassName
{
border-color: #9ABB9E;
}
.TagClassName
{
border-color: #9ABB9E;
}
</style>