Shades of Aquamarine #8CFBEA
Tints of Aquamarine #8CFBEA
RGB
CMYK
RGB Variations
Color information
#8CFBEA (or 0x8CFBEA) is known color: Aquamarine. HEX triplet: 8C, FB and EA. RGB value is (140,251,234). Sum of RGB (Red+Green+Blue) = 140+251+234=625 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.4% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFBEA is #730415. Grayscale: #D7D7D7. Windows color (decimal): -7537686 or 15399820. OLE color: 15399820.
HSL color Cylindrical-coordinate representation of color #8CFBEA: hue angle of 170.81º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBEA is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 234 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.02 |
| HSL | 170.81º | 0.93% | 0.77% | - |
| HSV(B) | 170.81º | 0.44% | 0.98% | - |
| XYZ | 60.16 | 80.51 | 90.21 | - |
| YUV | 215.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 234 | 0.44 | 0 | 0.07 | 0.02 | 170.81 | 0.93 | 0.77 |
| Hex | 8C | FB | EA | 2C | 0 | 7 | 2 | AB | 5D | 4D |
| Octal | 214 | 373 | 352 | 54 | 0 | 7 | 2 | 253 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11101010 | 101100 | 0 | 111 | 10 | 10101011 | 1011101 | 1001101 |
Color Harmonies of #8CFBEA
Complementary color
Monochromatic Colors of #8CFBEA
Black with #8CFBEA
Text Example
Text Example
White with #8CFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBEA; }
p { color: rgb(140,251,234); }
H1.HeaderClassName
{
color: #8CFBEA;
}
.AnyTagClassName
{
color: #8CFBEA;
}
</style>
background-color css
<style>
a { background-color: #8CFBEA; }
a { background-color: rgb(140,251,234); }
div.DivClassName
{
background-color: #8CFBEA;
}
.BgClassName
{
background-color: #8CFBEA;
}
</style>
border-color css
<style>
span { border-color: #8CFBEA; }
span { border-color: rgb(140,251,234); }
td.TdClassName
{
border-color: #8CFBEA;
}
.TagClassName
{
border-color: #8CFBEA;
}
</style>