Shades of Aquamarine #8FFABC
Tints of Aquamarine #8FFABC
RGB
CMYK
RGB Variations
Color information
#8FFABC (or 0x8FFABC) is known color: Aquamarine. HEX triplet: 8F, FA and BC. RGB value is (143,250,188). Sum of RGB (Red+Green+Blue) = 143+250+188=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFABC is #700543. Grayscale: #D3D3D3. Windows color (decimal): -7341380 or 12384911. OLE color: 12384911.
HSL color Cylindrical-coordinate representation of color #8FFABC: hue angle of 145.23º 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 #8FFABC is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 188 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.02 |
| HSL | 145.23º | 0.91% | 0.77% | - |
| HSV(B) | 145.23º | 0.43% | 0.98% | - |
| XYZ | 54.59 | 77.84 | 59.72 | - |
| YUV | 210.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 188 | 0.43 | 0 | 0.25 | 0.02 | 145.23 | 0.91 | 0.77 |
| Hex | 8F | FA | BC | 2B | 0 | 19 | 2 | 91 | 5B | 4D |
| Octal | 217 | 372 | 274 | 53 | 0 | 31 | 2 | 221 | 133 | 115 |
| Binary | 10001111 | 11111010 | 10111100 | 101011 | 0 | 11001 | 10 | 10010001 | 1011011 | 1001101 |
Color Harmonies of #8FFABC
Complementary color
Monochromatic Colors of #8FFABC
Black with #8FFABC
Text Example
Text Example
White with #8FFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFABC; }
p { color: rgb(143,250,188); }
H1.HeaderClassName
{
color: #8FFABC;
}
.AnyTagClassName
{
color: #8FFABC;
}
</style>
background-color css
<style>
a { background-color: #8FFABC; }
a { background-color: rgb(143,250,188); }
div.DivClassName
{
background-color: #8FFABC;
}
.BgClassName
{
background-color: #8FFABC;
}
</style>
border-color css
<style>
span { border-color: #8FFABC; }
span { border-color: rgb(143,250,188); }
td.TdClassName
{
border-color: #8FFABC;
}
.TagClassName
{
border-color: #8FFABC;
}
</style>