Shades of Aquamarine #8FFAD3
Tints of Aquamarine #8FFAD3
RGB
CMYK
RGB Variations
Color information
#8FFAD3 (or 0x8FFAD3) is known color: Aquamarine. HEX triplet: 8F, FA and D3. RGB value is (143,250,211). Sum of RGB (Red+Green+Blue) = 143+250+211=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAD3 is #70052C. Grayscale: #D5D5D5. Windows color (decimal): -7341357 or 13892239. OLE color: 13892239.
HSL color Cylindrical-coordinate representation of color #8FFAD3: hue angle of 158.13º 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 #8FFAD3 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 211 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.02 |
| HSL | 158.13º | 0.91% | 0.77% | - |
| HSV(B) | 158.13º | 0.43% | 0.98% | - |
| XYZ | 57.27 | 78.91 | 73.84 | - |
| YUV | 213.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 211 | 0.43 | 0 | 0.16 | 0.02 | 158.13 | 0.91 | 0.77 |
| Hex | 8F | FA | D3 | 2B | 0 | 10 | 2 | 9E | 5B | 4D |
| Octal | 217 | 372 | 323 | 53 | 0 | 20 | 2 | 236 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11010011 | 101011 | 0 | 10000 | 10 | 10011110 | 1011011 | 1001101 |
Color Harmonies of #8FFAD3
Complementary color
Monochromatic Colors of #8FFAD3
Black with #8FFAD3
Text Example
Text Example
White with #8FFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAD3; }
p { color: rgb(143,250,211); }
H1.HeaderClassName
{
color: #8FFAD3;
}
.AnyTagClassName
{
color: #8FFAD3;
}
</style>
background-color css
<style>
a { background-color: #8FFAD3; }
a { background-color: rgb(143,250,211); }
div.DivClassName
{
background-color: #8FFAD3;
}
.BgClassName
{
background-color: #8FFAD3;
}
</style>
border-color css
<style>
span { border-color: #8FFAD3; }
span { border-color: rgb(143,250,211); }
td.TdClassName
{
border-color: #8FFAD3;
}
.TagClassName
{
border-color: #8FFAD3;
}
</style>