Shades of Aquamarine #84FAE0
Tints of Aquamarine #84FAE0
RGB
CMYK
RGB Variations
Color information
#84FAE0 (or 0x84FAE0) is known color: Aquamarine. HEX triplet: 84, FA and E0. RGB value is (132,250,224). Sum of RGB (Red+Green+Blue) = 132+250+224=606 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.78% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAE0 is #7B051F. Grayscale: #D3D3D3. Windows color (decimal): -8062240 or 14744196. OLE color: 14744196.
HSL color Cylindrical-coordinate representation of color #84FAE0: hue angle of 166.78º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAE0 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 224 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.02 |
| HSL | 166.78º | 0.92% | 0.75% | - |
| HSV(B) | 166.78º | 0.47% | 0.98% | - |
| XYZ | 57.16 | 78.66 | 82.69 | - |
| YUV | 211.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 224 | 0.47 | 0 | 0.10 | 0.02 | 166.78 | 0.92 | 0.75 |
| Hex | 84 | FA | E0 | 2F | 0 | A | 2 | A7 | 5C | 4B |
| Octal | 204 | 372 | 340 | 57 | 0 | 12 | 2 | 247 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11100000 | 101111 | 0 | 1010 | 10 | 10100111 | 1011100 | 1001011 |
Color Harmonies of #84FAE0
Complementary color
Monochromatic Colors of #84FAE0
Black with #84FAE0
Text Example
Text Example
White with #84FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAE0; }
p { color: rgb(132,250,224); }
H1.HeaderClassName
{
color: #84FAE0;
}
.AnyTagClassName
{
color: #84FAE0;
}
</style>
background-color css
<style>
a { background-color: #84FAE0; }
a { background-color: rgb(132,250,224); }
div.DivClassName
{
background-color: #84FAE0;
}
.BgClassName
{
background-color: #84FAE0;
}
</style>
border-color css
<style>
span { border-color: #84FAE0; }
span { border-color: rgb(132,250,224); }
td.TdClassName
{
border-color: #84FAE0;
}
.TagClassName
{
border-color: #84FAE0;
}
</style>