Shades of Dark Sea Green #8ABC8F
Tints of Dark Sea Green #8ABC8F
RGB
CMYK
RGB Variations
Color information
#8ABC8F (or 0x8ABC8F) is known color: Dark Sea Green. HEX triplet: 8A, BC and 8F. RGB value is (138,188,143). Sum of RGB (Red+Green+Blue) = 138+188+143=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC8F is #754370. Grayscale: #A8A8A8. Windows color (decimal): -7684977 or 9419914. OLE color: 9419914.
HSL color Cylindrical-coordinate representation of color #8ABC8F: hue angle of 126º 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 #8ABC8F is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 143 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.26 |
| HSL | 126º | 0.27% | 0.64% | - |
| HSV(B) | 126º | 0.27% | 0.74% | - |
| XYZ | 33.42 | 43.35 | 32.59 | - |
| YUV | 167.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 143 | 0.27 | 0 | 0.24 | 0.26 | 126 | 0.27 | 0.64 |
| Hex | 8A | BC | 8F | 1B | 0 | 18 | 1A | 7E | 1B | 40 |
| Octal | 212 | 274 | 217 | 33 | 0 | 30 | 32 | 176 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10001111 | 11011 | 0 | 11000 | 11010 | 1111110 | 11011 | 1000000 |
Color Harmonies of #8ABC8F
Complementary color
Monochromatic Colors of #8ABC8F
Black with #8ABC8F
Text Example
Text Example
White with #8ABC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC8F; }
p { color: rgb(138,188,143); }
H1.HeaderClassName
{
color: #8ABC8F;
}
.AnyTagClassName
{
color: #8ABC8F;
}
</style>
background-color css
<style>
a { background-color: #8ABC8F; }
a { background-color: rgb(138,188,143); }
div.DivClassName
{
background-color: #8ABC8F;
}
.BgClassName
{
background-color: #8ABC8F;
}
</style>
border-color css
<style>
span { border-color: #8ABC8F; }
span { border-color: rgb(138,188,143); }
td.TdClassName
{
border-color: #8ABC8F;
}
.TagClassName
{
border-color: #8ABC8F;
}
</style>