Shades of Dark Sea Green #8AC28E
Tints of Dark Sea Green #8AC28E
RGB
CMYK
RGB Variations
Color information
#8AC28E (or 0x8AC28E) is known color: Dark Sea Green. HEX triplet: 8A, C2 and 8E. RGB value is (138,194,142). Sum of RGB (Red+Green+Blue) = 138+194+142=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC28E is #753D71. Grayscale: #ABABAB. Windows color (decimal): -7683442 or 9355914. OLE color: 9355914.
HSL color Cylindrical-coordinate representation of color #8AC28E: hue angle of 124.29º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC28E is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 142 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.24 |
| HSL | 124.29º | 0.31% | 0.65% | - |
| HSV(B) | 124.29º | 0.29% | 0.76% | - |
| XYZ | 34.66 | 45.94 | 32.63 | - |
| YUV | 171.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 142 | 0.29 | 0 | 0.27 | 0.24 | 124.29 | 0.31 | 0.65 |
| Hex | 8A | C2 | 8E | 1D | 0 | 1B | 18 | 7C | 1F | 41 |
| Octal | 212 | 302 | 216 | 35 | 0 | 33 | 30 | 174 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10001110 | 11101 | 0 | 11011 | 11000 | 1111100 | 11111 | 1000001 |
Color Harmonies of #8AC28E
Complementary color
Monochromatic Colors of #8AC28E
Black with #8AC28E
Text Example
Text Example
White with #8AC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC28E; }
p { color: rgb(138,194,142); }
H1.HeaderClassName
{
color: #8AC28E;
}
.AnyTagClassName
{
color: #8AC28E;
}
</style>
background-color css
<style>
a { background-color: #8AC28E; }
a { background-color: rgb(138,194,142); }
div.DivClassName
{
background-color: #8AC28E;
}
.BgClassName
{
background-color: #8AC28E;
}
</style>
border-color css
<style>
span { border-color: #8AC28E; }
span { border-color: rgb(138,194,142); }
td.TdClassName
{
border-color: #8AC28E;
}
.TagClassName
{
border-color: #8AC28E;
}
</style>