Shades of Dark Sea Green #8AC18E
Tints of Dark Sea Green #8AC18E
RGB
CMYK
RGB Variations
Color information
#8AC18E (or 0x8AC18E) is known color: Dark Sea Green. HEX triplet: 8A, C1 and 8E. RGB value is (138,193,142). Sum of RGB (Red+Green+Blue) = 138+193+142=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC18E is #753E71. Grayscale: #AAAAAA. Windows color (decimal): -7683698 or 9355658. OLE color: 9355658.
HSL color Cylindrical-coordinate representation of color #8AC18E: hue angle of 124.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC18E is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 142 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.24 |
| HSL | 124.36º | 0.31% | 0.65% | - |
| HSV(B) | 124.36º | 0.28% | 0.76% | - |
| XYZ | 34.43 | 45.5 | 32.56 | - |
| YUV | 170.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 142 | 0.28 | 0 | 0.26 | 0.24 | 124.36 | 0.31 | 0.65 |
| Hex | 8A | C1 | 8E | 1C | 0 | 1A | 18 | 7C | 1F | 41 |
| Octal | 212 | 301 | 216 | 34 | 0 | 32 | 30 | 174 | 37 | 101 |
| Binary | 10001010 | 11000001 | 10001110 | 11100 | 0 | 11010 | 11000 | 1111100 | 11111 | 1000001 |
Color Harmonies of #8AC18E
Complementary color
Monochromatic Colors of #8AC18E
Black with #8AC18E
Text Example
Text Example
White with #8AC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC18E; }
p { color: rgb(138,193,142); }
H1.HeaderClassName
{
color: #8AC18E;
}
.AnyTagClassName
{
color: #8AC18E;
}
</style>
background-color css
<style>
a { background-color: #8AC18E; }
a { background-color: rgb(138,193,142); }
div.DivClassName
{
background-color: #8AC18E;
}
.BgClassName
{
background-color: #8AC18E;
}
</style>
border-color css
<style>
span { border-color: #8AC18E; }
span { border-color: rgb(138,193,142); }
td.TdClassName
{
border-color: #8AC18E;
}
.TagClassName
{
border-color: #8AC18E;
}
</style>