Shades of Dark Sea Green #8AC08C
Tints of Dark Sea Green #8AC08C
RGB
CMYK
RGB Variations
Color information
#8AC08C (or 0x8AC08C) is known color: Dark Sea Green. HEX triplet: 8A, C0 and 8C. RGB value is (138,192,140). Sum of RGB (Red+Green+Blue) = 138+192+140=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC08C is #753F73. Grayscale: #AAAAAA. Windows color (decimal): -7683956 or 9224330. OLE color: 9224330.
HSL color Cylindrical-coordinate representation of color #8AC08C: hue angle of 122.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC08C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 140 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.25 |
| HSL | 122.22º | 0.3% | 0.65% | - |
| HSV(B) | 122.22º | 0.28% | 0.75% | - |
| XYZ | 34.06 | 45 | 31.7 | - |
| YUV | 169.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 140 | 0.28 | 0 | 0.27 | 0.25 | 122.22 | 0.3 | 0.65 |
| Hex | 8A | C0 | 8C | 1C | 0 | 1B | 19 | 7A | 1E | 41 |
| Octal | 212 | 300 | 214 | 34 | 0 | 33 | 31 | 172 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10001100 | 11100 | 0 | 11011 | 11001 | 1111010 | 11110 | 1000001 |
Color Harmonies of #8AC08C
Complementary color
Monochromatic Colors of #8AC08C
Black with #8AC08C
Text Example
Text Example
White with #8AC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC08C; }
p { color: rgb(138,192,140); }
H1.HeaderClassName
{
color: #8AC08C;
}
.AnyTagClassName
{
color: #8AC08C;
}
</style>
background-color css
<style>
a { background-color: #8AC08C; }
a { background-color: rgb(138,192,140); }
div.DivClassName
{
background-color: #8AC08C;
}
.BgClassName
{
background-color: #8AC08C;
}
</style>
border-color css
<style>
span { border-color: #8AC08C; }
span { border-color: rgb(138,192,140); }
td.TdClassName
{
border-color: #8AC08C;
}
.TagClassName
{
border-color: #8AC08C;
}
</style>