Shades of Aquamarine #84FDE9
Tints of Aquamarine #84FDE9
RGB
CMYK
RGB Variations
Color information
#84FDE9 (or 0x84FDE9) is known color: Aquamarine. HEX triplet: 84, FD and E9. RGB value is (132,253,233). Sum of RGB (Red+Green+Blue) = 132+253+233=618 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.36% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FDE9 is #7B0216. Grayscale: #D6D6D6. Windows color (decimal): -8061463 or 15334788. OLE color: 15334788.
HSL color Cylindrical-coordinate representation of color #84FDE9: hue angle of 170.08º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FDE9 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 233 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.01 |
| HSL | 170.08º | 0.97% | 0.75% | - |
| HSV(B) | 170.08º | 0.48% | 0.99% | - |
| XYZ | 59.35 | 81.04 | 89.6 | - |
| YUV | 214.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 233 | 0.48 | 0 | 0.08 | 0.01 | 170.08 | 0.97 | 0.75 |
| Hex | 84 | FD | E9 | 30 | 0 | 8 | 1 | AA | 61 | 4B |
| Octal | 204 | 375 | 351 | 60 | 0 | 10 | 1 | 252 | 141 | 113 |
| Binary | 10000100 | 11111101 | 11101001 | 110000 | 0 | 1000 | 1 | 10101010 | 1100001 | 1001011 |
Color Harmonies of #84FDE9
Complementary color
Monochromatic Colors of #84FDE9
Black with #84FDE9
Text Example
Text Example
White with #84FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FDE9; }
p { color: rgb(132,253,233); }
H1.HeaderClassName
{
color: #84FDE9;
}
.AnyTagClassName
{
color: #84FDE9;
}
</style>
background-color css
<style>
a { background-color: #84FDE9; }
a { background-color: rgb(132,253,233); }
div.DivClassName
{
background-color: #84FDE9;
}
.BgClassName
{
background-color: #84FDE9;
}
</style>
border-color css
<style>
span { border-color: #84FDE9; }
span { border-color: rgb(132,253,233); }
td.TdClassName
{
border-color: #84FDE9;
}
.TagClassName
{
border-color: #84FDE9;
}
</style>