Shades of Aquamarine #84F7C7
Tints of Aquamarine #84F7C7
RGB
CMYK
RGB Variations
Color information
#84F7C7 (or 0x84F7C7) is known color: Aquamarine. HEX triplet: 84, F7 and C7. RGB value is (132,247,199). Sum of RGB (Red+Green+Blue) = 132+247+199=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F7C7 is #7B0838. Grayscale: #CFCFCF. Windows color (decimal): -8063033 or 13105028. OLE color: 13105028.
HSL color Cylindrical-coordinate representation of color #84F7C7: hue angle of 154.96º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F7C7 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 199 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.03 |
| HSL | 154.96º | 0.88% | 0.74% | - |
| HSV(B) | 154.96º | 0.47% | 0.97% | - |
| XYZ | 53.09 | 75.55 | 65.82 | - |
| YUV | 207.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 199 | 0.47 | 0 | 0.19 | 0.03 | 154.96 | 0.88 | 0.74 |
| Hex | 84 | F7 | C7 | 2F | 0 | 13 | 3 | 9B | 58 | 4A |
| Octal | 204 | 367 | 307 | 57 | 0 | 23 | 3 | 233 | 130 | 112 |
| Binary | 10000100 | 11110111 | 11000111 | 101111 | 0 | 10011 | 11 | 10011011 | 1011000 | 1001010 |
Color Harmonies of #84F7C7
Complementary color
Monochromatic Colors of #84F7C7
Black with #84F7C7
Text Example
Text Example
White with #84F7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7C7; }
p { color: rgb(132,247,199); }
H1.HeaderClassName
{
color: #84F7C7;
}
.AnyTagClassName
{
color: #84F7C7;
}
</style>
background-color css
<style>
a { background-color: #84F7C7; }
a { background-color: rgb(132,247,199); }
div.DivClassName
{
background-color: #84F7C7;
}
.BgClassName
{
background-color: #84F7C7;
}
</style>
border-color css
<style>
span { border-color: #84F7C7; }
span { border-color: rgb(132,247,199); }
td.TdClassName
{
border-color: #84F7C7;
}
.TagClassName
{
border-color: #84F7C7;
}
</style>