Shades of Dark Sea Green #9ABB9C
Tints of Dark Sea Green #9ABB9C
RGB
CMYK
RGB Variations
Color information
#9ABB9C (or 0x9ABB9C) is known color: Dark Sea Green. HEX triplet: 9A, BB and 9C. RGB value is (154,187,156). Sum of RGB (Red+Green+Blue) = 154+187+156=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB9C is #654463. Grayscale: #ADADAD. Windows color (decimal): -6636644 or 10271642. OLE color: 10271642.
HSL color Cylindrical-coordinate representation of color #9ABB9C: hue angle of 123.64º 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 #9ABB9C is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 156 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.27 |
| HSL | 123.64º | 0.2% | 0.67% | - |
| HSV(B) | 123.64º | 0.18% | 0.73% | - |
| XYZ | 37.1 | 44.81 | 38.15 | - |
| YUV | 173.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 156 | 0.18 | 0 | 0.17 | 0.27 | 123.64 | 0.2 | 0.67 |
| Hex | 9A | BB | 9C | 12 | 0 | 11 | 1B | 7C | 14 | 43 |
| Octal | 232 | 273 | 234 | 22 | 0 | 21 | 33 | 174 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10011100 | 10010 | 0 | 10001 | 11011 | 1111100 | 10100 | 1000011 |
Color Harmonies of #9ABB9C
Complementary color
Monochromatic Colors of #9ABB9C
Black with #9ABB9C
Text Example
Text Example
White with #9ABB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB9C; }
p { color: rgb(154,187,156); }
H1.HeaderClassName
{
color: #9ABB9C;
}
.AnyTagClassName
{
color: #9ABB9C;
}
</style>
background-color css
<style>
a { background-color: #9ABB9C; }
a { background-color: rgb(154,187,156); }
div.DivClassName
{
background-color: #9ABB9C;
}
.BgClassName
{
background-color: #9ABB9C;
}
</style>
border-color css
<style>
span { border-color: #9ABB9C; }
span { border-color: rgb(154,187,156); }
td.TdClassName
{
border-color: #9ABB9C;
}
.TagClassName
{
border-color: #9ABB9C;
}
</style>