Shades of Aquamarine #8CFEE0
Tints of Aquamarine #8CFEE0
RGB
CMYK
RGB Variations
Color information
#8CFEE0 (or 0x8CFEE0) is known color: Aquamarine. HEX triplet: 8C, FE and E0. RGB value is (140,254,224). Sum of RGB (Red+Green+Blue) = 140+254+224=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEE0 is #73011F. Grayscale: #D8D8D8. Windows color (decimal): -7536928 or 14745228. OLE color: 14745228.
HSL color Cylindrical-coordinate representation of color #8CFEE0: hue angle of 164.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEE0 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 224 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.00 |
| HSL | 164.21º | 0.98% | 0.77% | - |
| HSV(B) | 164.21º | 0.45% | 1% | - |
| XYZ | 59.71 | 81.84 | 83.17 | - |
| YUV | 216.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 224 | 0.45 | 0 | 0.12 | 0.00 | 164.21 | 0.98 | 0.77 |
| Hex | 8C | FE | E0 | 2D | 0 | C | 0 | A4 | 62 | 4D |
| Octal | 214 | 376 | 340 | 55 | 0 | 14 | 0 | 244 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11100000 | 101101 | 0 | 1100 | 0 | 10100100 | 1100010 | 1001101 |
Color Harmonies of #8CFEE0
Complementary color
Monochromatic Colors of #8CFEE0
Black with #8CFEE0
Text Example
Text Example
White with #8CFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEE0; }
p { color: rgb(140,254,224); }
H1.HeaderClassName
{
color: #8CFEE0;
}
.AnyTagClassName
{
color: #8CFEE0;
}
</style>
background-color css
<style>
a { background-color: #8CFEE0; }
a { background-color: rgb(140,254,224); }
div.DivClassName
{
background-color: #8CFEE0;
}
.BgClassName
{
background-color: #8CFEE0;
}
</style>
border-color css
<style>
span { border-color: #8CFEE0; }
span { border-color: rgb(140,254,224); }
td.TdClassName
{
border-color: #8CFEE0;
}
.TagClassName
{
border-color: #8CFEE0;
}
</style>