Shades of Aquamarine #8CFEDD
Tints of Aquamarine #8CFEDD
RGB
CMYK
RGB Variations
Color information
#8CFEDD (or 0x8CFEDD) is known color: Aquamarine. HEX triplet: 8C, FE and DD. RGB value is (140,254,221). Sum of RGB (Red+Green+Blue) = 140+254+221=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEDD is #730122. Grayscale: #D8D8D8. Windows color (decimal): -7536931 or 14548620. OLE color: 14548620.
HSL color Cylindrical-coordinate representation of color #8CFEDD: hue angle of 162.63º 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 #8CFEDD is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 221 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.00 |
| HSL | 162.63º | 0.98% | 0.77% | - |
| HSV(B) | 162.63º | 0.45% | 1% | - |
| XYZ | 59.31 | 81.68 | 81.05 | - |
| YUV | 216.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 221 | 0.45 | 0 | 0.13 | 0.00 | 162.63 | 0.98 | 0.77 |
| Hex | 8C | FE | DD | 2D | 0 | D | 0 | A3 | 62 | 4D |
| Octal | 214 | 376 | 335 | 55 | 0 | 15 | 0 | 243 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11011101 | 101101 | 0 | 1101 | 0 | 10100011 | 1100010 | 1001101 |
Color Harmonies of #8CFEDD
Complementary color
Monochromatic Colors of #8CFEDD
Black with #8CFEDD
Text Example
Text Example
White with #8CFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEDD; }
p { color: rgb(140,254,221); }
H1.HeaderClassName
{
color: #8CFEDD;
}
.AnyTagClassName
{
color: #8CFEDD;
}
</style>
background-color css
<style>
a { background-color: #8CFEDD; }
a { background-color: rgb(140,254,221); }
div.DivClassName
{
background-color: #8CFEDD;
}
.BgClassName
{
background-color: #8CFEDD;
}
</style>
border-color css
<style>
span { border-color: #8CFEDD; }
span { border-color: rgb(140,254,221); }
td.TdClassName
{
border-color: #8CFEDD;
}
.TagClassName
{
border-color: #8CFEDD;
}
</style>