Shades of Aquamarine #84FACA
Tints of Aquamarine #84FACA
RGB
CMYK
RGB Variations
Color information
#84FACA (or 0x84FACA) is known color: Aquamarine. HEX triplet: 84, FA and CA. RGB value is (132,250,202). Sum of RGB (Red+Green+Blue) = 132+250+202=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACA is #7B0535. Grayscale: #D1D1D1. Windows color (decimal): -8062262 or 13302404. OLE color: 13302404.
HSL color Cylindrical-coordinate representation of color #84FACA: hue angle of 155.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FACA is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 202 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.02 |
| HSL | 155.59º | 0.92% | 0.75% | - |
| HSV(B) | 155.59º | 0.47% | 0.98% | - |
| XYZ | 54.36 | 77.54 | 67.98 | - |
| YUV | 209.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 202 | 0.47 | 0 | 0.19 | 0.02 | 155.59 | 0.92 | 0.75 |
| Hex | 84 | FA | CA | 2F | 0 | 13 | 2 | 9C | 5C | 4B |
| Octal | 204 | 372 | 312 | 57 | 0 | 23 | 2 | 234 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11001010 | 101111 | 0 | 10011 | 10 | 10011100 | 1011100 | 1001011 |
Color Harmonies of #84FACA
Complementary color
Monochromatic Colors of #84FACA
Black with #84FACA
Text Example
Text Example
White with #84FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FACA; }
p { color: rgb(132,250,202); }
H1.HeaderClassName
{
color: #84FACA;
}
.AnyTagClassName
{
color: #84FACA;
}
</style>
background-color css
<style>
a { background-color: #84FACA; }
a { background-color: rgb(132,250,202); }
div.DivClassName
{
background-color: #84FACA;
}
.BgClassName
{
background-color: #84FACA;
}
</style>
border-color css
<style>
span { border-color: #84FACA; }
span { border-color: rgb(132,250,202); }
td.TdClassName
{
border-color: #84FACA;
}
.TagClassName
{
border-color: #84FACA;
}
</style>