Shades of Aquamarine #8DFAE9
Tints of Aquamarine #8DFAE9
RGB
CMYK
RGB Variations
Color information
#8DFAE9 (or 0x8DFAE9) is known color: Aquamarine. HEX triplet: 8D, FA and E9. RGB value is (141,250,233). Sum of RGB (Red+Green+Blue) = 141+250+233=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFAE9 is #720516. Grayscale: #D7D7D7. Windows color (decimal): -7472407 or 15334029. OLE color: 15334029.
HSL color Cylindrical-coordinate representation of color #8DFAE9: hue angle of 170.64º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFAE9 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 233 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.02 |
| HSL | 170.64º | 0.92% | 0.77% | - |
| HSV(B) | 170.64º | 0.44% | 0.98% | - |
| XYZ | 59.88 | 79.92 | 89.36 | - |
| YUV | 215.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 233 | 0.44 | 0 | 0.07 | 0.02 | 170.64 | 0.92 | 0.77 |
| Hex | 8D | FA | E9 | 2C | 0 | 7 | 2 | AB | 5C | 4D |
| Octal | 215 | 372 | 351 | 54 | 0 | 7 | 2 | 253 | 134 | 115 |
| Binary | 10001101 | 11111010 | 11101001 | 101100 | 0 | 111 | 10 | 10101011 | 1011100 | 1001101 |
Color Harmonies of #8DFAE9
Complementary color
Monochromatic Colors of #8DFAE9
Black with #8DFAE9
Text Example
Text Example
White with #8DFAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFAE9; }
p { color: rgb(141,250,233); }
H1.HeaderClassName
{
color: #8DFAE9;
}
.AnyTagClassName
{
color: #8DFAE9;
}
</style>
background-color css
<style>
a { background-color: #8DFAE9; }
a { background-color: rgb(141,250,233); }
div.DivClassName
{
background-color: #8DFAE9;
}
.BgClassName
{
background-color: #8DFAE9;
}
</style>
border-color css
<style>
span { border-color: #8DFAE9; }
span { border-color: rgb(141,250,233); }
td.TdClassName
{
border-color: #8DFAE9;
}
.TagClassName
{
border-color: #8DFAE9;
}
</style>