Shades of Dark Sea Green #8ABE8F
Tints of Dark Sea Green #8ABE8F
RGB
CMYK
RGB Variations
Color information
#8ABE8F (or 0x8ABE8F) is known color: Dark Sea Green. HEX triplet: 8A, BE and 8F. RGB value is (138,190,143). Sum of RGB (Red+Green+Blue) = 138+190+143=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE8F is #754170. Grayscale: #A9A9A9. Windows color (decimal): -7684465 or 9420426. OLE color: 9420426.
HSL color Cylindrical-coordinate representation of color #8ABE8F: hue angle of 125.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABE8F is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 143 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.25 |
| HSL | 125.77º | 0.29% | 0.64% | - |
| HSV(B) | 125.77º | 0.27% | 0.75% | - |
| XYZ | 33.85 | 44.21 | 32.74 | - |
| YUV | 169.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 143 | 0.27 | 0 | 0.25 | 0.25 | 125.77 | 0.29 | 0.64 |
| Hex | 8A | BE | 8F | 1B | 0 | 19 | 19 | 7E | 1D | 40 |
| Octal | 212 | 276 | 217 | 33 | 0 | 31 | 31 | 176 | 35 | 100 |
| Binary | 10001010 | 10111110 | 10001111 | 11011 | 0 | 11001 | 11001 | 1111110 | 11101 | 1000000 |
Color Harmonies of #8ABE8F
Complementary color
Monochromatic Colors of #8ABE8F
Black with #8ABE8F
Text Example
Text Example
White with #8ABE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE8F; }
p { color: rgb(138,190,143); }
H1.HeaderClassName
{
color: #8ABE8F;
}
.AnyTagClassName
{
color: #8ABE8F;
}
</style>
background-color css
<style>
a { background-color: #8ABE8F; }
a { background-color: rgb(138,190,143); }
div.DivClassName
{
background-color: #8ABE8F;
}
.BgClassName
{
background-color: #8ABE8F;
}
</style>
border-color css
<style>
span { border-color: #8ABE8F; }
span { border-color: rgb(138,190,143); }
td.TdClassName
{
border-color: #8ABE8F;
}
.TagClassName
{
border-color: #8ABE8F;
}
</style>