Shades of Aquamarine #84F5CC
Tints of Aquamarine #84F5CC
RGB
CMYK
RGB Variations
Color information
#84F5CC (or 0x84F5CC) is known color: Aquamarine. HEX triplet: 84, F5 and CC. RGB value is (132,245,204). Sum of RGB (Red+Green+Blue) = 132+245+204=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5CC is #7B0A33. Grayscale: #CECECE. Windows color (decimal): -8063540 or 13432196. OLE color: 13432196.
HSL color Cylindrical-coordinate representation of color #84F5CC: hue angle of 158.23º degrees, saturation: 0.85, 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 #84F5CC is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 245 | 204 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.04 |
| HSL | 158.23º | 0.85% | 0.74% | - |
| HSV(B) | 158.23º | 0.46% | 0.96% | - |
| XYZ | 53.07 | 74.57 | 68.72 | - |
| YUV | 206.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 245 | 204 | 0.46 | 0 | 0.17 | 0.04 | 158.23 | 0.85 | 0.74 |
| Hex | 84 | F5 | CC | 2E | 0 | 11 | 4 | 9E | 55 | 4A |
| Octal | 204 | 365 | 314 | 56 | 0 | 21 | 4 | 236 | 125 | 112 |
| Binary | 10000100 | 11110101 | 11001100 | 101110 | 0 | 10001 | 100 | 10011110 | 1010101 | 1001010 |
Color Harmonies of #84F5CC
Complementary color
Monochromatic Colors of #84F5CC
Black with #84F5CC
Text Example
Text Example
White with #84F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F5CC; }
p { color: rgb(132,245,204); }
H1.HeaderClassName
{
color: #84F5CC;
}
.AnyTagClassName
{
color: #84F5CC;
}
</style>
background-color css
<style>
a { background-color: #84F5CC; }
a { background-color: rgb(132,245,204); }
div.DivClassName
{
background-color: #84F5CC;
}
.BgClassName
{
background-color: #84F5CC;
}
</style>
border-color css
<style>
span { border-color: #84F5CC; }
span { border-color: rgb(132,245,204); }
td.TdClassName
{
border-color: #84F5CC;
}
.TagClassName
{
border-color: #84F5CC;
}
</style>