Shades of Aquamarine #8FFAE6
Tints of Aquamarine #8FFAE6
RGB
CMYK
RGB Variations
Color information
#8FFAE6 (or 0x8FFAE6) is known color: Aquamarine. HEX triplet: 8F, FA and E6. RGB value is (143,250,230). Sum of RGB (Red+Green+Blue) = 143+250+230=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAE6 is #700519. Grayscale: #D7D7D7. Windows color (decimal): -7341338 or 15137423. OLE color: 15137423.
HSL color Cylindrical-coordinate representation of color #8FFAE6: hue angle of 168.79º 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 #8FFAE6 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 230 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.02 |
| HSL | 168.79º | 0.91% | 0.77% | - |
| HSV(B) | 168.79º | 0.43% | 0.98% | - |
| XYZ | 59.8 | 79.92 | 87.14 | - |
| YUV | 215.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 230 | 0.43 | 0 | 0.08 | 0.02 | 168.79 | 0.91 | 0.77 |
| Hex | 8F | FA | E6 | 2B | 0 | 8 | 2 | A9 | 5B | 4D |
| Octal | 217 | 372 | 346 | 53 | 0 | 10 | 2 | 251 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11100110 | 101011 | 0 | 1000 | 10 | 10101001 | 1011011 | 1001101 |
Color Harmonies of #8FFAE6
Complementary color
Monochromatic Colors of #8FFAE6
Black with #8FFAE6
Text Example
Text Example
White with #8FFAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAE6; }
p { color: rgb(143,250,230); }
H1.HeaderClassName
{
color: #8FFAE6;
}
.AnyTagClassName
{
color: #8FFAE6;
}
</style>
background-color css
<style>
a { background-color: #8FFAE6; }
a { background-color: rgb(143,250,230); }
div.DivClassName
{
background-color: #8FFAE6;
}
.BgClassName
{
background-color: #8FFAE6;
}
</style>
border-color css
<style>
span { border-color: #8FFAE6; }
span { border-color: rgb(143,250,230); }
td.TdClassName
{
border-color: #8FFAE6;
}
.TagClassName
{
border-color: #8FFAE6;
}
</style>