Shades of Aquamarine #84FED1
Tints of Aquamarine #84FED1
RGB
CMYK
RGB Variations
Color information
#84FED1 (or 0x84FED1) is known color: Aquamarine. HEX triplet: 84, FE and D1. RGB value is (132,254,209). Sum of RGB (Red+Green+Blue) = 132+254+209=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #84FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FED1 is #7B012E. Grayscale: #D4D4D4. Windows color (decimal): -8061231 or 13762180. OLE color: 13762180.
HSL color Cylindrical-coordinate representation of color #84FED1: hue angle of 157.87º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FED1 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 209 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.00 |
| HSL | 157.87º | 0.98% | 0.76% | - |
| HSV(B) | 157.87º | 0.48% | 1% | - |
| XYZ | 56.47 | 80.39 | 72.86 | - |
| YUV | 212.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 209 | 0.48 | 0 | 0.18 | 0.00 | 157.87 | 0.98 | 0.76 |
| Hex | 84 | FE | D1 | 30 | 0 | 12 | 0 | 9E | 62 | 4C |
| Octal | 204 | 376 | 321 | 60 | 0 | 22 | 0 | 236 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11010001 | 110000 | 0 | 10010 | 0 | 10011110 | 1100010 | 1001100 |
Color Harmonies of #84FED1
Complementary color
Monochromatic Colors of #84FED1
Black with #84FED1
Text Example
Text Example
White with #84FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FED1; }
p { color: rgb(132,254,209); }
H1.HeaderClassName
{
color: #84FED1;
}
.AnyTagClassName
{
color: #84FED1;
}
</style>
background-color css
<style>
a { background-color: #84FED1; }
a { background-color: rgb(132,254,209); }
div.DivClassName
{
background-color: #84FED1;
}
.BgClassName
{
background-color: #84FED1;
}
</style>
border-color css
<style>
span { border-color: #84FED1; }
span { border-color: rgb(132,254,209); }
td.TdClassName
{
border-color: #84FED1;
}
.TagClassName
{
border-color: #84FED1;
}
</style>