Shades of Aquamarine #8FFED6
Tints of Aquamarine #8FFED6
RGB
CMYK
RGB Variations
Color information
#8FFED6 (or 0x8FFED6) is known color: Aquamarine. HEX triplet: 8F, FE and D6. RGB value is (143,254,214). Sum of RGB (Red+Green+Blue) = 143+254+214=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFED6 is #700129. Grayscale: #D8D8D8. Windows color (decimal): -7340330 or 14089871. OLE color: 14089871.
HSL color Cylindrical-coordinate representation of color #8FFED6: hue angle of 158.38º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFED6 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 214 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.00 |
| HSL | 158.38º | 0.98% | 0.78% | - |
| HSV(B) | 158.38º | 0.44% | 1% | - |
| XYZ | 58.91 | 81.58 | 76.26 | - |
| YUV | 216.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 214 | 0.44 | 0 | 0.16 | 0.00 | 158.38 | 0.98 | 0.78 |
| Hex | 8F | FE | D6 | 2C | 0 | 10 | 0 | 9E | 62 | 4E |
| Octal | 217 | 376 | 326 | 54 | 0 | 20 | 0 | 236 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11010110 | 101100 | 0 | 10000 | 0 | 10011110 | 1100010 | 1001110 |
Color Harmonies of #8FFED6
Complementary color
Monochromatic Colors of #8FFED6
Black with #8FFED6
Text Example
Text Example
White with #8FFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFED6; }
p { color: rgb(143,254,214); }
H1.HeaderClassName
{
color: #8FFED6;
}
.AnyTagClassName
{
color: #8FFED6;
}
</style>
background-color css
<style>
a { background-color: #8FFED6; }
a { background-color: rgb(143,254,214); }
div.DivClassName
{
background-color: #8FFED6;
}
.BgClassName
{
background-color: #8FFED6;
}
</style>
border-color css
<style>
span { border-color: #8FFED6; }
span { border-color: rgb(143,254,214); }
td.TdClassName
{
border-color: #8FFED6;
}
.TagClassName
{
border-color: #8FFED6;
}
</style>