Shades of Aquamarine #84FFC7
Tints of Aquamarine #84FFC7
RGB
CMYK
RGB Variations
Color information
#84FFC7 (or 0x84FFC7) is known color: Aquamarine. HEX triplet: 84, FF and C7. RGB value is (132,255,199). Sum of RGB (Red+Green+Blue) = 132+255+199=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC7 is #7B0038. Grayscale: #D3D3D3. Windows color (decimal): -8060985 or 13107076. OLE color: 13107076.
HSL color Cylindrical-coordinate representation of color #84FFC7: hue angle of 152.68º 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 #84FFC7 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 199 | - |
| CMYK | 0.48 | 0 | 0.22 | 0 |
| HSL | 152.68º | 1% | 0.76% | - |
| HSV(B) | 152.68º | 0.48% | 1% | - |
| XYZ | 55.58 | 80.55 | 66.65 | - |
| YUV | 211.84 | 120.75 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 199 | 0.48 | 0 | 0.22 | 0 | 152.68 | 1 | 0.76 |
| Hex | 84 | FF | C7 | 30 | 0 | 16 | 0 | 99 | 64 | 4C |
| Octal | 204 | 377 | 307 | 60 | 0 | 26 | 0 | 231 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11000111 | 110000 | 0 | 10110 | 0 | 10011001 | 1100100 | 1001100 |
Color Harmonies of #84FFC7
Complementary color
Monochromatic Colors of #84FFC7
Black with #84FFC7
Text Example
Text Example
White with #84FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFC7; }
p { color: rgb(132,255,199); }
H1.HeaderClassName
{
color: #84FFC7;
}
.AnyTagClassName
{
color: #84FFC7;
}
</style>
background-color css
<style>
a { background-color: #84FFC7; }
a { background-color: rgb(132,255,199); }
div.DivClassName
{
background-color: #84FFC7;
}
.BgClassName
{
background-color: #84FFC7;
}
</style>
border-color css
<style>
span { border-color: #84FFC7; }
span { border-color: rgb(132,255,199); }
td.TdClassName
{
border-color: #84FFC7;
}
.TagClassName
{
border-color: #84FFC7;
}
</style>