Shades of Aquamarine #8AFDEA
Tints of Aquamarine #8AFDEA
RGB
CMYK
RGB Variations
Color information
#8AFDEA (or 0x8AFDEA) is known color: Aquamarine. HEX triplet: 8A, FD and EA. RGB value is (138,253,234). Sum of RGB (Red+Green+Blue) = 138+253+234=625 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.08% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFDEA is #750215. Grayscale: #D8D8D8. Windows color (decimal): -7668246 or 15400330. OLE color: 15400330.
HSL color Cylindrical-coordinate representation of color #8AFDEA: hue angle of 170.09º 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 #8AFDEA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 234 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.01 |
| HSL | 170.09º | 0.97% | 0.77% | - |
| HSV(B) | 170.09º | 0.45% | 0.99% | - |
| XYZ | 60.46 | 81.59 | 90.4 | - |
| YUV | 216.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 234 | 0.45 | 0 | 0.08 | 0.01 | 170.09 | 0.97 | 0.77 |
| Hex | 8A | FD | EA | 2D | 0 | 8 | 1 | AA | 61 | 4D |
| Octal | 212 | 375 | 352 | 55 | 0 | 10 | 1 | 252 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11101010 | 101101 | 0 | 1000 | 1 | 10101010 | 1100001 | 1001101 |
Color Harmonies of #8AFDEA
Complementary color
Monochromatic Colors of #8AFDEA
Black with #8AFDEA
Text Example
Text Example
White with #8AFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDEA; }
p { color: rgb(138,253,234); }
H1.HeaderClassName
{
color: #8AFDEA;
}
.AnyTagClassName
{
color: #8AFDEA;
}
</style>
background-color css
<style>
a { background-color: #8AFDEA; }
a { background-color: rgb(138,253,234); }
div.DivClassName
{
background-color: #8AFDEA;
}
.BgClassName
{
background-color: #8AFDEA;
}
</style>
border-color css
<style>
span { border-color: #8AFDEA; }
span { border-color: rgb(138,253,234); }
td.TdClassName
{
border-color: #8AFDEA;
}
.TagClassName
{
border-color: #8AFDEA;
}
</style>