Shades of Aquamarine #84FEC8
Tints of Aquamarine #84FEC8
RGB
CMYK
RGB Variations
Color information
#84FEC8 (or 0x84FEC8) is known color: Aquamarine. HEX triplet: 84, FE and C8. RGB value is (132,254,200). Sum of RGB (Red+Green+Blue) = 132+254+200=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC8 is #7B0137. Grayscale: #D3D3D3. Windows color (decimal): -8061240 or 13172356. OLE color: 13172356.
HSL color Cylindrical-coordinate representation of color #84FEC8: hue angle of 153.44º 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 #84FEC8 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 200 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.00 |
| HSL | 153.44º | 0.98% | 0.76% | - |
| HSV(B) | 153.44º | 0.48% | 1% | - |
| XYZ | 55.38 | 79.96 | 67.16 | - |
| YUV | 211.37 | 121.58 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 200 | 0.48 | 0 | 0.21 | 0.00 | 153.44 | 0.98 | 0.76 |
| Hex | 84 | FE | C8 | 30 | 0 | 15 | 0 | 99 | 62 | 4C |
| Octal | 204 | 376 | 310 | 60 | 0 | 25 | 0 | 231 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11001000 | 110000 | 0 | 10101 | 0 | 10011001 | 1100010 | 1001100 |
Color Harmonies of #84FEC8
Complementary color
Monochromatic Colors of #84FEC8
Black with #84FEC8
Text Example
Text Example
White with #84FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEC8; }
p { color: rgb(132,254,200); }
H1.HeaderClassName
{
color: #84FEC8;
}
.AnyTagClassName
{
color: #84FEC8;
}
</style>
background-color css
<style>
a { background-color: #84FEC8; }
a { background-color: rgb(132,254,200); }
div.DivClassName
{
background-color: #84FEC8;
}
.BgClassName
{
background-color: #84FEC8;
}
</style>
border-color css
<style>
span { border-color: #84FEC8; }
span { border-color: rgb(132,254,200); }
td.TdClassName
{
border-color: #84FEC8;
}
.TagClassName
{
border-color: #84FEC8;
}
</style>