Shades of Aquamarine #8AFDE5
Tints of Aquamarine #8AFDE5
RGB
CMYK
RGB Variations
Color information
#8AFDE5 (or 0x8AFDE5) is known color: Aquamarine. HEX triplet: 8A, FD and E5. RGB value is (138,253,229). Sum of RGB (Red+Green+Blue) = 138+253+229=620 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.26% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDE5 is #75021A. Grayscale: #D7D7D7. Windows color (decimal): -7668251 or 15072650. OLE color: 15072650.
HSL color Cylindrical-coordinate representation of color #8AFDE5: hue angle of 167.48º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDE5 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 229 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.01 |
| HSL | 167.48º | 0.97% | 0.77% | - |
| HSV(B) | 167.48º | 0.45% | 0.99% | - |
| XYZ | 59.75 | 81.31 | 86.67 | - |
| YUV | 215.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 229 | 0.45 | 0 | 0.09 | 0.01 | 167.48 | 0.97 | 0.77 |
| Hex | 8A | FD | E5 | 2D | 0 | 9 | 1 | A7 | 61 | 4D |
| Octal | 212 | 375 | 345 | 55 | 0 | 11 | 1 | 247 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11100101 | 101101 | 0 | 1001 | 1 | 10100111 | 1100001 | 1001101 |
Color Harmonies of #8AFDE5
Complementary color
Monochromatic Colors of #8AFDE5
Black with #8AFDE5
Text Example
Text Example
White with #8AFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDE5; }
p { color: rgb(138,253,229); }
H1.HeaderClassName
{
color: #8AFDE5;
}
.AnyTagClassName
{
color: #8AFDE5;
}
</style>
background-color css
<style>
a { background-color: #8AFDE5; }
a { background-color: rgb(138,253,229); }
div.DivClassName
{
background-color: #8AFDE5;
}
.BgClassName
{
background-color: #8AFDE5;
}
</style>
border-color css
<style>
span { border-color: #8AFDE5; }
span { border-color: rgb(138,253,229); }
td.TdClassName
{
border-color: #8AFDE5;
}
.TagClassName
{
border-color: #8AFDE5;
}
</style>