Shades of Dark Sea Green #8ABC93
Tints of Dark Sea Green #8ABC93
RGB
CMYK
RGB Variations
Color information
#8ABC93 (or 0x8ABC93) is known color: Dark Sea Green. HEX triplet: 8A, BC and 93. RGB value is (138,188,147). Sum of RGB (Red+Green+Blue) = 138+188+147=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC93 is #75436C. Grayscale: #A8A8A8. Windows color (decimal): -7684973 or 9682058. OLE color: 9682058.
HSL color Cylindrical-coordinate representation of color #8ABC93: hue angle of 130.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABC93 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 147 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.26 |
| HSL | 130.8º | 0.27% | 0.64% | - |
| HSV(B) | 130.8º | 0.27% | 0.74% | - |
| XYZ | 33.73 | 43.48 | 34.22 | - |
| YUV | 168.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 147 | 0.27 | 0 | 0.22 | 0.26 | 130.8 | 0.27 | 0.64 |
| Hex | 8A | BC | 93 | 1B | 0 | 16 | 1A | 83 | 1B | 40 |
| Octal | 212 | 274 | 223 | 33 | 0 | 26 | 32 | 203 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10010011 | 11011 | 0 | 10110 | 11010 | 10000011 | 11011 | 1000000 |
Color Harmonies of #8ABC93
Complementary color
Monochromatic Colors of #8ABC93
Black with #8ABC93
Text Example
Text Example
White with #8ABC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC93; }
p { color: rgb(138,188,147); }
H1.HeaderClassName
{
color: #8ABC93;
}
.AnyTagClassName
{
color: #8ABC93;
}
</style>
background-color css
<style>
a { background-color: #8ABC93; }
a { background-color: rgb(138,188,147); }
div.DivClassName
{
background-color: #8ABC93;
}
.BgClassName
{
background-color: #8ABC93;
}
</style>
border-color css
<style>
span { border-color: #8ABC93; }
span { border-color: rgb(138,188,147); }
td.TdClassName
{
border-color: #8ABC93;
}
.TagClassName
{
border-color: #8ABC93;
}
</style>