Shades of Aquamarine #84FCC9
Tints of Aquamarine #84FCC9
RGB
CMYK
RGB Variations
Color information
#84FCC9 (or 0x84FCC9) is known color: Aquamarine. HEX triplet: 84, FC and C9. RGB value is (132,252,201). Sum of RGB (Red+Green+Blue) = 132+252+201=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCC9 is #7B0336. Grayscale: #D2D2D2. Windows color (decimal): -8061751 or 13237380. OLE color: 13237380.
HSL color Cylindrical-coordinate representation of color #84FCC9: hue angle of 154.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCC9 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 201 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.01 |
| HSL | 154.5º | 0.95% | 0.75% | - |
| HSV(B) | 154.5º | 0.48% | 0.99% | - |
| XYZ | 54.87 | 78.74 | 67.57 | - |
| YUV | 210.31 | 122.74 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 201 | 0.48 | 0 | 0.20 | 0.01 | 154.5 | 0.95 | 0.75 |
| Hex | 84 | FC | C9 | 30 | 0 | 14 | 1 | 9A | 5F | 4B |
| Octal | 204 | 374 | 311 | 60 | 0 | 24 | 1 | 232 | 137 | 113 |
| Binary | 10000100 | 11111100 | 11001001 | 110000 | 0 | 10100 | 1 | 10011010 | 1011111 | 1001011 |
Color Harmonies of #84FCC9
Complementary color
Monochromatic Colors of #84FCC9
Black with #84FCC9
Text Example
Text Example
White with #84FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCC9; }
p { color: rgb(132,252,201); }
H1.HeaderClassName
{
color: #84FCC9;
}
.AnyTagClassName
{
color: #84FCC9;
}
</style>
background-color css
<style>
a { background-color: #84FCC9; }
a { background-color: rgb(132,252,201); }
div.DivClassName
{
background-color: #84FCC9;
}
.BgClassName
{
background-color: #84FCC9;
}
</style>
border-color css
<style>
span { border-color: #84FCC9; }
span { border-color: rgb(132,252,201); }
td.TdClassName
{
border-color: #84FCC9;
}
.TagClassName
{
border-color: #84FCC9;
}
</style>