Shades of Aquamarine #84F4CC
Tints of Aquamarine #84F4CC
RGB
CMYK
RGB Variations
Color information
#84F4CC (or 0x84F4CC) is known color: Aquamarine. HEX triplet: 84, F4 and CC. RGB value is (132,244,204). Sum of RGB (Red+Green+Blue) = 132+244+204=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F4CC is #7B0B33. Grayscale: #CDCDCD. Windows color (decimal): -8063796 or 13431940. OLE color: 13431940.
HSL color Cylindrical-coordinate representation of color #84F4CC: hue angle of 158.57º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4CC is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 204 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.04 |
| HSL | 158.57º | 0.84% | 0.74% | - |
| HSV(B) | 158.57º | 0.46% | 0.96% | - |
| XYZ | 52.77 | 73.97 | 68.62 | - |
| YUV | 205.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 204 | 0.46 | 0 | 0.16 | 0.04 | 158.57 | 0.84 | 0.74 |
| Hex | 84 | F4 | CC | 2E | 0 | 10 | 4 | 9F | 54 | 4A |
| Octal | 204 | 364 | 314 | 56 | 0 | 20 | 4 | 237 | 124 | 112 |
| Binary | 10000100 | 11110100 | 11001100 | 101110 | 0 | 10000 | 100 | 10011111 | 1010100 | 1001010 |
Color Harmonies of #84F4CC
Complementary color
Monochromatic Colors of #84F4CC
Black with #84F4CC
Text Example
Text Example
White with #84F4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4CC; }
p { color: rgb(132,244,204); }
H1.HeaderClassName
{
color: #84F4CC;
}
.AnyTagClassName
{
color: #84F4CC;
}
</style>
background-color css
<style>
a { background-color: #84F4CC; }
a { background-color: rgb(132,244,204); }
div.DivClassName
{
background-color: #84F4CC;
}
.BgClassName
{
background-color: #84F4CC;
}
</style>
border-color css
<style>
span { border-color: #84F4CC; }
span { border-color: rgb(132,244,204); }
td.TdClassName
{
border-color: #84F4CC;
}
.TagClassName
{
border-color: #84F4CC;
}
</style>