Shades of Aquamarine #84FFC9
Tints of Aquamarine #84FFC9
RGB
CMYK
RGB Variations
Color information
#84FFC9 (or 0x84FFC9) is known color: Aquamarine. HEX triplet: 84, FF and C9. RGB value is (132,255,201). Sum of RGB (Red+Green+Blue) = 132+255+201=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC9 is #7B0036. Grayscale: #D4D4D4. Windows color (decimal): -8060983 or 13238148. OLE color: 13238148.
HSL color Cylindrical-coordinate representation of color #84FFC9: hue angle of 153.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFC9 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 201 | - |
| CMYK | 0.48 | 0 | 0.21 | 0 |
| HSL | 153.66º | 1% | 0.76% | - |
| HSV(B) | 153.66º | 0.48% | 1% | - |
| XYZ | 55.82 | 80.64 | 67.88 | - |
| YUV | 212.07 | 121.75 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 201 | 0.48 | 0 | 0.21 | 0 | 153.66 | 1 | 0.76 |
| Hex | 84 | FF | C9 | 30 | 0 | 15 | 0 | 9A | 64 | 4C |
| Octal | 204 | 377 | 311 | 60 | 0 | 25 | 0 | 232 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11001001 | 110000 | 0 | 10101 | 0 | 10011010 | 1100100 | 1001100 |
Color Harmonies of #84FFC9
Complementary color
Monochromatic Colors of #84FFC9
Black with #84FFC9
Text Example
Text Example
White with #84FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFC9; }
p { color: rgb(132,255,201); }
H1.HeaderClassName
{
color: #84FFC9;
}
.AnyTagClassName
{
color: #84FFC9;
}
</style>
background-color css
<style>
a { background-color: #84FFC9; }
a { background-color: rgb(132,255,201); }
div.DivClassName
{
background-color: #84FFC9;
}
.BgClassName
{
background-color: #84FFC9;
}
</style>
border-color css
<style>
span { border-color: #84FFC9; }
span { border-color: rgb(132,255,201); }
td.TdClassName
{
border-color: #84FFC9;
}
.TagClassName
{
border-color: #84FFC9;
}
</style>