Shades of Aquamarine #84FAE4
Tints of Aquamarine #84FAE4
RGB
CMYK
RGB Variations
Color information
#84FAE4 (or 0x84FAE4) is known color: Aquamarine. HEX triplet: 84, FA and E4. RGB value is (132,250,228). Sum of RGB (Red+Green+Blue) = 132+250+228=610 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.64% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAE4 is #7B051B. Grayscale: #D4D4D4. Windows color (decimal): -8062236 or 15006340. OLE color: 15006340.
HSL color Cylindrical-coordinate representation of color #84FAE4: hue angle of 168.81º 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 #84FAE4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 228 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.02 |
| HSL | 168.81º | 0.92% | 0.75% | - |
| HSV(B) | 168.81º | 0.47% | 0.98% | - |
| XYZ | 57.7 | 78.88 | 85.58 | - |
| YUV | 212.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 228 | 0.47 | 0 | 0.09 | 0.02 | 168.81 | 0.92 | 0.75 |
| Hex | 84 | FA | E4 | 2F | 0 | 9 | 2 | A9 | 5C | 4B |
| Octal | 204 | 372 | 344 | 57 | 0 | 11 | 2 | 251 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11100100 | 101111 | 0 | 1001 | 10 | 10101001 | 1011100 | 1001011 |
Color Harmonies of #84FAE4
Complementary color
Monochromatic Colors of #84FAE4
Black with #84FAE4
Text Example
Text Example
White with #84FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAE4; }
p { color: rgb(132,250,228); }
H1.HeaderClassName
{
color: #84FAE4;
}
.AnyTagClassName
{
color: #84FAE4;
}
</style>
background-color css
<style>
a { background-color: #84FAE4; }
a { background-color: rgb(132,250,228); }
div.DivClassName
{
background-color: #84FAE4;
}
.BgClassName
{
background-color: #84FAE4;
}
</style>
border-color css
<style>
span { border-color: #84FAE4; }
span { border-color: rgb(132,250,228); }
td.TdClassName
{
border-color: #84FAE4;
}
.TagClassName
{
border-color: #84FAE4;
}
</style>