Shades of Aquamarine #8AF5D9
Tints of Aquamarine #8AF5D9
RGB
CMYK
RGB Variations
Color information
#8AF5D9 (or 0x8AF5D9) is known color: Aquamarine. HEX triplet: 8A, F5 and D9. RGB value is (138,245,217). Sum of RGB (Red+Green+Blue) = 138+245+217=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF5D9 is #750A26. Grayscale: #D1D1D1. Windows color (decimal): -7670311 or 14284170. OLE color: 14284170.
HSL color Cylindrical-coordinate representation of color #8AF5D9: hue angle of 164.3º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5D9 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 217 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.04 |
| HSL | 164.3º | 0.84% | 0.75% | - |
| HSV(B) | 164.3º | 0.44% | 0.96% | - |
| XYZ | 55.66 | 75.72 | 77.33 | - |
| YUV | 209.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 217 | 0.44 | 0 | 0.11 | 0.04 | 164.3 | 0.84 | 0.75 |
| Hex | 8A | F5 | D9 | 2C | 0 | B | 4 | A4 | 54 | 4B |
| Octal | 212 | 365 | 331 | 54 | 0 | 13 | 4 | 244 | 124 | 113 |
| Binary | 10001010 | 11110101 | 11011001 | 101100 | 0 | 1011 | 100 | 10100100 | 1010100 | 1001011 |
Color Harmonies of #8AF5D9
Complementary color
Monochromatic Colors of #8AF5D9
Black with #8AF5D9
Text Example
Text Example
White with #8AF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF5D9; }
p { color: rgb(138,245,217); }
H1.HeaderClassName
{
color: #8AF5D9;
}
.AnyTagClassName
{
color: #8AF5D9;
}
</style>
background-color css
<style>
a { background-color: #8AF5D9; }
a { background-color: rgb(138,245,217); }
div.DivClassName
{
background-color: #8AF5D9;
}
.BgClassName
{
background-color: #8AF5D9;
}
</style>
border-color css
<style>
span { border-color: #8AF5D9; }
span { border-color: rgb(138,245,217); }
td.TdClassName
{
border-color: #8AF5D9;
}
.TagClassName
{
border-color: #8AF5D9;
}
</style>