Shades of Aquamarine #8FFAC8
Tints of Aquamarine #8FFAC8
RGB
CMYK
RGB Variations
Color information
#8FFAC8 (or 0x8FFAC8) is known color: Aquamarine. HEX triplet: 8F, FA and C8. RGB value is (143,250,200). Sum of RGB (Red+Green+Blue) = 143+250+200=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAC8 is #700537. Grayscale: #D4D4D4. Windows color (decimal): -7341368 or 13171343. OLE color: 13171343.
HSL color Cylindrical-coordinate representation of color #8FFAC8: hue angle of 151.96º 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 #8FFAC8 is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 200 | - |
| CMYK | 0.43 | 0 | 0.2 | 0.02 |
| HSL | 151.96º | 0.91% | 0.77% | - |
| HSV(B) | 151.96º | 0.43% | 0.98% | - |
| XYZ | 55.94 | 78.38 | 66.82 | - |
| YUV | 212.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 200 | 0.43 | 0 | 0.2 | 0.02 | 151.96 | 0.91 | 0.77 |
| Hex | 8F | FA | C8 | 2B | 0 | 14 | 2 | 98 | 5B | 4D |
| Octal | 217 | 372 | 310 | 53 | 0 | 24 | 2 | 230 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11001000 | 101011 | 0 | 10100 | 10 | 10011000 | 1011011 | 1001101 |
Color Harmonies of #8FFAC8
Complementary color
Monochromatic Colors of #8FFAC8
Black with #8FFAC8
Text Example
Text Example
White with #8FFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAC8; }
p { color: rgb(143,250,200); }
H1.HeaderClassName
{
color: #8FFAC8;
}
.AnyTagClassName
{
color: #8FFAC8;
}
</style>
background-color css
<style>
a { background-color: #8FFAC8; }
a { background-color: rgb(143,250,200); }
div.DivClassName
{
background-color: #8FFAC8;
}
.BgClassName
{
background-color: #8FFAC8;
}
</style>
border-color css
<style>
span { border-color: #8FFAC8; }
span { border-color: rgb(143,250,200); }
td.TdClassName
{
border-color: #8FFAC8;
}
.TagClassName
{
border-color: #8FFAC8;
}
</style>