Shades of Aquamarine #84FECF
Tints of Aquamarine #84FECF
RGB
CMYK
RGB Variations
Color information
#84FECF (or 0x84FECF) is known color: Aquamarine. HEX triplet: 84, FE and CF. RGB value is (132,254,207). Sum of RGB (Red+Green+Blue) = 132+254+207=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #84FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FECF is #7B0130. Grayscale: #D4D4D4. Windows color (decimal): -8061233 or 13631108. OLE color: 13631108.
HSL color Cylindrical-coordinate representation of color #84FECF: hue angle of 156.89º 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 #84FECF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 207 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.00 |
| HSL | 156.89º | 0.98% | 0.76% | - |
| HSV(B) | 156.89º | 0.48% | 1% | - |
| XYZ | 56.22 | 80.29 | 71.57 | - |
| YUV | 212.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 207 | 0.48 | 0 | 0.19 | 0.00 | 156.89 | 0.98 | 0.76 |
| Hex | 84 | FE | CF | 30 | 0 | 13 | 0 | 9D | 62 | 4C |
| Octal | 204 | 376 | 317 | 60 | 0 | 23 | 0 | 235 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11001111 | 110000 | 0 | 10011 | 0 | 10011101 | 1100010 | 1001100 |
Color Harmonies of #84FECF
Complementary color
Monochromatic Colors of #84FECF
Black with #84FECF
Text Example
Text Example
White with #84FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FECF; }
p { color: rgb(132,254,207); }
H1.HeaderClassName
{
color: #84FECF;
}
.AnyTagClassName
{
color: #84FECF;
}
</style>
background-color css
<style>
a { background-color: #84FECF; }
a { background-color: rgb(132,254,207); }
div.DivClassName
{
background-color: #84FECF;
}
.BgClassName
{
background-color: #84FECF;
}
</style>
border-color css
<style>
span { border-color: #84FECF; }
span { border-color: rgb(132,254,207); }
td.TdClassName
{
border-color: #84FECF;
}
.TagClassName
{
border-color: #84FECF;
}
</style>