Shades of Aquamarine #84FFCA
Tints of Aquamarine #84FFCA
RGB
CMYK
RGB Variations
Color information
#84FFCA (or 0x84FFCA) is known color: Aquamarine. HEX triplet: 84, FF and CA. RGB value is (132,255,202). Sum of RGB (Red+Green+Blue) = 132+255+202=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFCA is #7B0035. Grayscale: #D4D4D4. Windows color (decimal): -8060982 or 13303684. OLE color: 13303684.
HSL color Cylindrical-coordinate representation of color #84FFCA: hue angle of 154.15º 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 #84FFCA is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 202 | - |
| CMYK | 0.48 | 0 | 0.21 | 0 |
| HSL | 154.15º | 1% | 0.76% | - |
| HSV(B) | 154.15º | 0.48% | 1% | - |
| XYZ | 55.94 | 80.69 | 68.5 | - |
| YUV | 212.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 202 | 0.48 | 0 | 0.21 | 0 | 154.15 | 1 | 0.76 |
| Hex | 84 | FF | CA | 30 | 0 | 15 | 0 | 9A | 64 | 4C |
| Octal | 204 | 377 | 312 | 60 | 0 | 25 | 0 | 232 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11001010 | 110000 | 0 | 10101 | 0 | 10011010 | 1100100 | 1001100 |
Color Harmonies of #84FFCA
Complementary color
Monochromatic Colors of #84FFCA
Black with #84FFCA
Text Example
Text Example
White with #84FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFCA; }
p { color: rgb(132,255,202); }
H1.HeaderClassName
{
color: #84FFCA;
}
.AnyTagClassName
{
color: #84FFCA;
}
</style>
background-color css
<style>
a { background-color: #84FFCA; }
a { background-color: rgb(132,255,202); }
div.DivClassName
{
background-color: #84FFCA;
}
.BgClassName
{
background-color: #84FFCA;
}
</style>
border-color css
<style>
span { border-color: #84FFCA; }
span { border-color: rgb(132,255,202); }
td.TdClassName
{
border-color: #84FFCA;
}
.TagClassName
{
border-color: #84FFCA;
}
</style>