Shades of Aquamarine #84F8CE
Tints of Aquamarine #84F8CE
RGB
CMYK
RGB Variations
Color information
#84F8CE (or 0x84F8CE) is known color: Aquamarine. HEX triplet: 84, F8 and CE. RGB value is (132,248,206). Sum of RGB (Red+Green+Blue) = 132+248+206=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #84F8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F8CE is #7B0731. Grayscale: #D0D0D0. Windows color (decimal): -8062770 or 13564036. OLE color: 13564036.
HSL color Cylindrical-coordinate representation of color #84F8CE: hue angle of 158.28º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F8CE is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 248 | 206 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.03 |
| HSL | 158.28º | 0.89% | 0.75% | - |
| HSV(B) | 158.28º | 0.47% | 0.97% | - |
| XYZ | 54.22 | 76.5 | 70.3 | - |
| YUV | 208.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 248 | 206 | 0.47 | 0 | 0.17 | 0.03 | 158.28 | 0.89 | 0.75 |
| Hex | 84 | F8 | CE | 2F | 0 | 11 | 3 | 9E | 59 | 4B |
| Octal | 204 | 370 | 316 | 57 | 0 | 21 | 3 | 236 | 131 | 113 |
| Binary | 10000100 | 11111000 | 11001110 | 101111 | 0 | 10001 | 11 | 10011110 | 1011001 | 1001011 |
Color Harmonies of #84F8CE
Complementary color
Monochromatic Colors of #84F8CE
Black with #84F8CE
Text Example
Text Example
White with #84F8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F8CE; }
p { color: rgb(132,248,206); }
H1.HeaderClassName
{
color: #84F8CE;
}
.AnyTagClassName
{
color: #84F8CE;
}
</style>
background-color css
<style>
a { background-color: #84F8CE; }
a { background-color: rgb(132,248,206); }
div.DivClassName
{
background-color: #84F8CE;
}
.BgClassName
{
background-color: #84F8CE;
}
</style>
border-color css
<style>
span { border-color: #84F8CE; }
span { border-color: rgb(132,248,206); }
td.TdClassName
{
border-color: #84F8CE;
}
.TagClassName
{
border-color: #84F8CE;
}
</style>