Shades of Dark Sea Green #9ABC9E
Tints of Dark Sea Green #9ABC9E
RGB
CMYK
RGB Variations
Color information
#9ABC9E (or 0x9ABC9E) is known color: Dark Sea Green. HEX triplet: 9A, BC and 9E. RGB value is (154,188,158). Sum of RGB (Red+Green+Blue) = 154+188+158=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC9E is #654361. Grayscale: #AEAEAE. Windows color (decimal): -6636386 or 10402970. OLE color: 10402970.
HSL color Cylindrical-coordinate representation of color #9ABC9E: hue angle of 127.06º 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 #9ABC9E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 158 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.26 |
| HSL | 127.06º | 0.2% | 0.67% | - |
| HSV(B) | 127.06º | 0.18% | 0.74% | - |
| XYZ | 37.48 | 45.31 | 39.12 | - |
| YUV | 174.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 158 | 0.18 | 0 | 0.16 | 0.26 | 127.06 | 0.2 | 0.67 |
| Hex | 9A | BC | 9E | 12 | 0 | 10 | 1A | 7F | 14 | 43 |
| Octal | 232 | 274 | 236 | 22 | 0 | 20 | 32 | 177 | 24 | 103 |
| Binary | 10011010 | 10111100 | 10011110 | 10010 | 0 | 10000 | 11010 | 1111111 | 10100 | 1000011 |
Color Harmonies of #9ABC9E
Complementary color
Monochromatic Colors of #9ABC9E
Black with #9ABC9E
Text Example
Text Example
White with #9ABC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC9E; }
p { color: rgb(154,188,158); }
H1.HeaderClassName
{
color: #9ABC9E;
}
.AnyTagClassName
{
color: #9ABC9E;
}
</style>
background-color css
<style>
a { background-color: #9ABC9E; }
a { background-color: rgb(154,188,158); }
div.DivClassName
{
background-color: #9ABC9E;
}
.BgClassName
{
background-color: #9ABC9E;
}
</style>
border-color css
<style>
span { border-color: #9ABC9E; }
span { border-color: rgb(154,188,158); }
td.TdClassName
{
border-color: #9ABC9E;
}
.TagClassName
{
border-color: #9ABC9E;
}
</style>