Shades of Aquamarine #84FDE6
Tints of Aquamarine #84FDE6
RGB
CMYK
RGB Variations
Color information
#84FDE6 (or 0x84FDE6) is known color: Aquamarine. HEX triplet: 84, FD and E6. RGB value is (132,253,230). Sum of RGB (Red+Green+Blue) = 132+253+230=615 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.46% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FDE6 is #7B0219. Grayscale: #D6D6D6. Windows color (decimal): -8061466 or 15138180. OLE color: 15138180.
HSL color Cylindrical-coordinate representation of color #84FDE6: hue angle of 168.6º 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 #84FDE6 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 230 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.01 |
| HSL | 168.6º | 0.97% | 0.75% | - |
| HSV(B) | 168.6º | 0.48% | 0.99% | - |
| XYZ | 58.92 | 80.87 | 87.37 | - |
| YUV | 214.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 230 | 0.48 | 0 | 0.09 | 0.01 | 168.6 | 0.97 | 0.75 |
| Hex | 84 | FD | E6 | 30 | 0 | 9 | 1 | A9 | 61 | 4B |
| Octal | 204 | 375 | 346 | 60 | 0 | 11 | 1 | 251 | 141 | 113 |
| Binary | 10000100 | 11111101 | 11100110 | 110000 | 0 | 1001 | 1 | 10101001 | 1100001 | 1001011 |
Color Harmonies of #84FDE6
Complementary color
Monochromatic Colors of #84FDE6
Black with #84FDE6
Text Example
Text Example
White with #84FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FDE6; }
p { color: rgb(132,253,230); }
H1.HeaderClassName
{
color: #84FDE6;
}
.AnyTagClassName
{
color: #84FDE6;
}
</style>
background-color css
<style>
a { background-color: #84FDE6; }
a { background-color: rgb(132,253,230); }
div.DivClassName
{
background-color: #84FDE6;
}
.BgClassName
{
background-color: #84FDE6;
}
</style>
border-color css
<style>
span { border-color: #84FDE6; }
span { border-color: rgb(132,253,230); }
td.TdClassName
{
border-color: #84FDE6;
}
.TagClassName
{
border-color: #84FDE6;
}
</style>