Shades of Aquamarine #8FFAE4
Tints of Aquamarine #8FFAE4
RGB
CMYK
RGB Variations
Color information
#8FFAE4 (or 0x8FFAE4) is known color: Aquamarine. HEX triplet: 8F, FA and E4. RGB value is (143,250,228). Sum of RGB (Red+Green+Blue) = 143+250+228=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAE4 is #70051B. Grayscale: #D7D7D7. Windows color (decimal): -7341340 or 15006351. OLE color: 15006351.
HSL color Cylindrical-coordinate representation of color #8FFAE4: hue angle of 167.66º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAE4 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 228 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.02 |
| HSL | 167.66º | 0.91% | 0.77% | - |
| HSV(B) | 167.66º | 0.43% | 0.98% | - |
| XYZ | 59.52 | 79.81 | 85.67 | - |
| YUV | 215.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 228 | 0.43 | 0 | 0.09 | 0.02 | 167.66 | 0.91 | 0.77 |
| Hex | 8F | FA | E4 | 2B | 0 | 9 | 2 | A8 | 5B | 4D |
| Octal | 217 | 372 | 344 | 53 | 0 | 11 | 2 | 250 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11100100 | 101011 | 0 | 1001 | 10 | 10101000 | 1011011 | 1001101 |
Color Harmonies of #8FFAE4
Complementary color
Monochromatic Colors of #8FFAE4
Black with #8FFAE4
Text Example
Text Example
White with #8FFAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAE4; }
p { color: rgb(143,250,228); }
H1.HeaderClassName
{
color: #8FFAE4;
}
.AnyTagClassName
{
color: #8FFAE4;
}
</style>
background-color css
<style>
a { background-color: #8FFAE4; }
a { background-color: rgb(143,250,228); }
div.DivClassName
{
background-color: #8FFAE4;
}
.BgClassName
{
background-color: #8FFAE4;
}
</style>
border-color css
<style>
span { border-color: #8FFAE4; }
span { border-color: rgb(143,250,228); }
td.TdClassName
{
border-color: #8FFAE4;
}
.TagClassName
{
border-color: #8FFAE4;
}
</style>