Shades of Aquamarine #8CFFEA
Tints of Aquamarine #8CFFEA
RGB
CMYK
RGB Variations
Color information
#8CFFEA (or 0x8CFFEA) is known color: Aquamarine. HEX triplet: 8C, FF and EA. RGB value is (140,255,234). Sum of RGB (Red+Green+Blue) = 140+255+234=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFEA is #730015. Grayscale: #DADADA. Windows color (decimal): -7536662 or 15400844. OLE color: 15400844.
HSL color Cylindrical-coordinate representation of color #8CFFEA: hue angle of 169.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFEA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 234 | - |
| CMYK | 0.45 | 0 | 0.08 | 0 |
| HSL | 169.04º | 1% | 0.77% | - |
| HSV(B) | 169.04º | 0.45% | 1% | - |
| XYZ | 61.43 | 83.04 | 90.63 | - |
| YUV | 218.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 234 | 0.45 | 0 | 0.08 | 0 | 169.04 | 1 | 0.77 |
| Hex | 8C | FF | EA | 2D | 0 | 8 | 0 | A9 | 64 | 4D |
| Octal | 214 | 377 | 352 | 55 | 0 | 10 | 0 | 251 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11101010 | 101101 | 0 | 1000 | 0 | 10101001 | 1100100 | 1001101 |
Color Harmonies of #8CFFEA
Complementary color
Monochromatic Colors of #8CFFEA
Black with #8CFFEA
Text Example
Text Example
White with #8CFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFEA; }
p { color: rgb(140,255,234); }
H1.HeaderClassName
{
color: #8CFFEA;
}
.AnyTagClassName
{
color: #8CFFEA;
}
</style>
background-color css
<style>
a { background-color: #8CFFEA; }
a { background-color: rgb(140,255,234); }
div.DivClassName
{
background-color: #8CFFEA;
}
.BgClassName
{
background-color: #8CFFEA;
}
</style>
border-color css
<style>
span { border-color: #8CFFEA; }
span { border-color: rgb(140,255,234); }
td.TdClassName
{
border-color: #8CFFEA;
}
.TagClassName
{
border-color: #8CFFEA;
}
</style>