Shades of Aquamarine #84FEC9
Tints of Aquamarine #84FEC9
RGB
CMYK
RGB Variations
Color information
#84FEC9 (or 0x84FEC9) is known color: Aquamarine. HEX triplet: 84, FE and C9. RGB value is (132,254,201). Sum of RGB (Red+Green+Blue) = 132+254+201=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC9 is #7B0136. Grayscale: #D3D3D3. Windows color (decimal): -8061239 or 13237892. OLE color: 13237892.
HSL color Cylindrical-coordinate representation of color #84FEC9: hue angle of 153.93º 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 #84FEC9 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 201 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.00 |
| HSL | 153.93º | 0.98% | 0.76% | - |
| HSV(B) | 153.93º | 0.48% | 1% | - |
| XYZ | 55.5 | 80.01 | 67.78 | - |
| YUV | 211.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 201 | 0.48 | 0 | 0.21 | 0.00 | 153.93 | 0.98 | 0.76 |
| Hex | 84 | FE | C9 | 30 | 0 | 15 | 0 | 9A | 62 | 4C |
| Octal | 204 | 376 | 311 | 60 | 0 | 25 | 0 | 232 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11001001 | 110000 | 0 | 10101 | 0 | 10011010 | 1100010 | 1001100 |
Color Harmonies of #84FEC9
Complementary color
Monochromatic Colors of #84FEC9
Black with #84FEC9
Text Example
Text Example
White with #84FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEC9; }
p { color: rgb(132,254,201); }
H1.HeaderClassName
{
color: #84FEC9;
}
.AnyTagClassName
{
color: #84FEC9;
}
</style>
background-color css
<style>
a { background-color: #84FEC9; }
a { background-color: rgb(132,254,201); }
div.DivClassName
{
background-color: #84FEC9;
}
.BgClassName
{
background-color: #84FEC9;
}
</style>
border-color css
<style>
span { border-color: #84FEC9; }
span { border-color: rgb(132,254,201); }
td.TdClassName
{
border-color: #84FEC9;
}
.TagClassName
{
border-color: #84FEC9;
}
</style>