Shades of Aquamarine #8AFDE3
Tints of Aquamarine #8AFDE3
RGB
CMYK
RGB Variations
Color information
#8AFDE3 (or 0x8AFDE3) is known color: Aquamarine. HEX triplet: 8A, FD and E3. RGB value is (138,253,227). Sum of RGB (Red+Green+Blue) = 138+253+227=618 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.33% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDE3 is #75021C. Grayscale: #D7D7D7. Windows color (decimal): -7668253 or 14941578. OLE color: 14941578.
HSL color Cylindrical-coordinate representation of color #8AFDE3: hue angle of 166.43º 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 #8AFDE3 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 227 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.01 |
| HSL | 166.43º | 0.97% | 0.77% | - |
| HSV(B) | 166.43º | 0.45% | 0.99% | - |
| XYZ | 59.47 | 81.2 | 85.21 | - |
| YUV | 215.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 227 | 0.45 | 0 | 0.10 | 0.01 | 166.43 | 0.97 | 0.77 |
| Hex | 8A | FD | E3 | 2D | 0 | A | 1 | A6 | 61 | 4D |
| Octal | 212 | 375 | 343 | 55 | 0 | 12 | 1 | 246 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11100011 | 101101 | 0 | 1010 | 1 | 10100110 | 1100001 | 1001101 |
Color Harmonies of #8AFDE3
Complementary color
Monochromatic Colors of #8AFDE3
Black with #8AFDE3
Text Example
Text Example
White with #8AFDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDE3; }
p { color: rgb(138,253,227); }
H1.HeaderClassName
{
color: #8AFDE3;
}
.AnyTagClassName
{
color: #8AFDE3;
}
</style>
background-color css
<style>
a { background-color: #8AFDE3; }
a { background-color: rgb(138,253,227); }
div.DivClassName
{
background-color: #8AFDE3;
}
.BgClassName
{
background-color: #8AFDE3;
}
</style>
border-color css
<style>
span { border-color: #8AFDE3; }
span { border-color: rgb(138,253,227); }
td.TdClassName
{
border-color: #8AFDE3;
}
.TagClassName
{
border-color: #8AFDE3;
}
</style>