Shades of Dark Sea Green #9ABC9B
Tints of Dark Sea Green #9ABC9B
RGB
CMYK
RGB Variations
Color information
#9ABC9B (or 0x9ABC9B) is known color: Dark Sea Green. HEX triplet: 9A, BC and 9B. RGB value is (154,188,155). Sum of RGB (Red+Green+Blue) = 154+188+155=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC9B is #654364. Grayscale: #AEAEAE. Windows color (decimal): -6636389 or 10206362. OLE color: 10206362.
HSL color Cylindrical-coordinate representation of color #9ABC9B: hue angle of 121.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABC9B is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 155 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.26 |
| HSL | 121.76º | 0.2% | 0.67% | - |
| HSV(B) | 121.76º | 0.18% | 0.74% | - |
| XYZ | 37.23 | 45.2 | 37.77 | - |
| YUV | 174.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 155 | 0.18 | 0 | 0.18 | 0.26 | 121.76 | 0.2 | 0.67 |
| Hex | 9A | BC | 9B | 12 | 0 | 12 | 1A | 7A | 14 | 43 |
| Octal | 232 | 274 | 233 | 22 | 0 | 22 | 32 | 172 | 24 | 103 |
| Binary | 10011010 | 10111100 | 10011011 | 10010 | 0 | 10010 | 11010 | 1111010 | 10100 | 1000011 |
Color Harmonies of #9ABC9B
Complementary color
Monochromatic Colors of #9ABC9B
Black with #9ABC9B
Text Example
Text Example
White with #9ABC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC9B; }
p { color: rgb(154,188,155); }
H1.HeaderClassName
{
color: #9ABC9B;
}
.AnyTagClassName
{
color: #9ABC9B;
}
</style>
background-color css
<style>
a { background-color: #9ABC9B; }
a { background-color: rgb(154,188,155); }
div.DivClassName
{
background-color: #9ABC9B;
}
.BgClassName
{
background-color: #9ABC9B;
}
</style>
border-color css
<style>
span { border-color: #9ABC9B; }
span { border-color: rgb(154,188,155); }
td.TdClassName
{
border-color: #9ABC9B;
}
.TagClassName
{
border-color: #9ABC9B;
}
</style>