Shades of Dark Sea Green #8AC28C
Tints of Dark Sea Green #8AC28C
RGB
CMYK
RGB Variations
Color information
#8AC28C (or 0x8AC28C) is known color: Dark Sea Green. HEX triplet: 8A, C2 and 8C. RGB value is (138,194,140). Sum of RGB (Red+Green+Blue) = 138+194+140=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC28C is #753D73. Grayscale: #ABABAB. Windows color (decimal): -7683444 or 9224842. OLE color: 9224842.
HSL color Cylindrical-coordinate representation of color #8AC28C: hue angle of 122.14º 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 #8AC28C is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 140 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.24 |
| HSL | 122.14º | 0.31% | 0.65% | - |
| HSV(B) | 122.14º | 0.29% | 0.76% | - |
| XYZ | 34.51 | 45.88 | 31.85 | - |
| YUV | 171.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 140 | 0.29 | 0 | 0.28 | 0.24 | 122.14 | 0.31 | 0.65 |
| Hex | 8A | C2 | 8C | 1D | 0 | 1C | 18 | 7A | 1F | 41 |
| Octal | 212 | 302 | 214 | 35 | 0 | 34 | 30 | 172 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10001100 | 11101 | 0 | 11100 | 11000 | 1111010 | 11111 | 1000001 |
Color Harmonies of #8AC28C
Complementary color
Monochromatic Colors of #8AC28C
Black with #8AC28C
Text Example
Text Example
White with #8AC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC28C; }
p { color: rgb(138,194,140); }
H1.HeaderClassName
{
color: #8AC28C;
}
.AnyTagClassName
{
color: #8AC28C;
}
</style>
background-color css
<style>
a { background-color: #8AC28C; }
a { background-color: rgb(138,194,140); }
div.DivClassName
{
background-color: #8AC28C;
}
.BgClassName
{
background-color: #8AC28C;
}
</style>
border-color css
<style>
span { border-color: #8AC28C; }
span { border-color: rgb(138,194,140); }
td.TdClassName
{
border-color: #8AC28C;
}
.TagClassName
{
border-color: #8AC28C;
}
</style>