Shades of Aquamarine #8FFAC5
Tints of Aquamarine #8FFAC5
RGB
CMYK
RGB Variations
Color information
#8FFAC5 (or 0x8FFAC5) is known color: Aquamarine. HEX triplet: 8F, FA and C5. RGB value is (143,250,197). Sum of RGB (Red+Green+Blue) = 143+250+197=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAC5 is #70053A. Grayscale: #D4D4D4. Windows color (decimal): -7341371 or 12974735. OLE color: 12974735.
HSL color Cylindrical-coordinate representation of color #8FFAC5: hue angle of 150.28º 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 #8FFAC5 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 197 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.02 |
| HSL | 150.28º | 0.91% | 0.77% | - |
| HSV(B) | 150.28º | 0.43% | 0.98% | - |
| XYZ | 55.59 | 78.24 | 65 | - |
| YUV | 211.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 197 | 0.43 | 0 | 0.21 | 0.02 | 150.28 | 0.91 | 0.77 |
| Hex | 8F | FA | C5 | 2B | 0 | 15 | 2 | 96 | 5B | 4D |
| Octal | 217 | 372 | 305 | 53 | 0 | 25 | 2 | 226 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11000101 | 101011 | 0 | 10101 | 10 | 10010110 | 1011011 | 1001101 |
Color Harmonies of #8FFAC5
Complementary color
Monochromatic Colors of #8FFAC5
Black with #8FFAC5
Text Example
Text Example
White with #8FFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAC5; }
p { color: rgb(143,250,197); }
H1.HeaderClassName
{
color: #8FFAC5;
}
.AnyTagClassName
{
color: #8FFAC5;
}
</style>
background-color css
<style>
a { background-color: #8FFAC5; }
a { background-color: rgb(143,250,197); }
div.DivClassName
{
background-color: #8FFAC5;
}
.BgClassName
{
background-color: #8FFAC5;
}
</style>
border-color css
<style>
span { border-color: #8FFAC5; }
span { border-color: rgb(143,250,197); }
td.TdClassName
{
border-color: #8FFAC5;
}
.TagClassName
{
border-color: #8FFAC5;
}
</style>