Shades of Aquamarine #8AFDE6
Tints of Aquamarine #8AFDE6
RGB
CMYK
RGB Variations
Color information
#8AFDE6 (or 0x8AFDE6) is known color: Aquamarine. HEX triplet: 8A, FD and E6. RGB value is (138,253,230). Sum of RGB (Red+Green+Blue) = 138+253+230=621 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.22% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFDE6 is #750219. Grayscale: #D7D7D7. Windows color (decimal): -7668250 or 15138186. OLE color: 15138186.
HSL color Cylindrical-coordinate representation of color #8AFDE6: hue angle of 168º 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 #8AFDE6 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 230 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.01 |
| HSL | 168º | 0.97% | 0.77% | - |
| HSV(B) | 168º | 0.45% | 0.99% | - |
| XYZ | 59.89 | 81.37 | 87.41 | - |
| YUV | 215.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 230 | 0.45 | 0 | 0.09 | 0.01 | 168 | 0.97 | 0.77 |
| Hex | 8A | FD | E6 | 2D | 0 | 9 | 1 | A8 | 61 | 4D |
| Octal | 212 | 375 | 346 | 55 | 0 | 11 | 1 | 250 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11100110 | 101101 | 0 | 1001 | 1 | 10101000 | 1100001 | 1001101 |
Color Harmonies of #8AFDE6
Complementary color
Monochromatic Colors of #8AFDE6
Black with #8AFDE6
Text Example
Text Example
White with #8AFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDE6; }
p { color: rgb(138,253,230); }
H1.HeaderClassName
{
color: #8AFDE6;
}
.AnyTagClassName
{
color: #8AFDE6;
}
</style>
background-color css
<style>
a { background-color: #8AFDE6; }
a { background-color: rgb(138,253,230); }
div.DivClassName
{
background-color: #8AFDE6;
}
.BgClassName
{
background-color: #8AFDE6;
}
</style>
border-color css
<style>
span { border-color: #8AFDE6; }
span { border-color: rgb(138,253,230); }
td.TdClassName
{
border-color: #8AFDE6;
}
.TagClassName
{
border-color: #8AFDE6;
}
</style>