Shades of Aquamarine #84FACB
Tints of Aquamarine #84FACB
RGB
CMYK
RGB Variations
Color information
#84FACB (or 0x84FACB) is known color: Aquamarine. HEX triplet: 84, FA and CB. RGB value is (132,250,203). Sum of RGB (Red+Green+Blue) = 132+250+203=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACB is #7B0534. Grayscale: #D1D1D1. Windows color (decimal): -8062261 or 13367940. OLE color: 13367940.
HSL color Cylindrical-coordinate representation of color #84FACB: hue angle of 156.1º 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 #84FACB is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 203 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.02 |
| HSL | 156.1º | 0.92% | 0.75% | - |
| HSV(B) | 156.1º | 0.47% | 0.98% | - |
| XYZ | 54.48 | 77.59 | 68.6 | - |
| YUV | 209.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 203 | 0.47 | 0 | 0.19 | 0.02 | 156.1 | 0.92 | 0.75 |
| Hex | 84 | FA | CB | 2F | 0 | 13 | 2 | 9C | 5C | 4B |
| Octal | 204 | 372 | 313 | 57 | 0 | 23 | 2 | 234 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11001011 | 101111 | 0 | 10011 | 10 | 10011100 | 1011100 | 1001011 |
Color Harmonies of #84FACB
Complementary color
Monochromatic Colors of #84FACB
Black with #84FACB
Text Example
Text Example
White with #84FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FACB; }
p { color: rgb(132,250,203); }
H1.HeaderClassName
{
color: #84FACB;
}
.AnyTagClassName
{
color: #84FACB;
}
</style>
background-color css
<style>
a { background-color: #84FACB; }
a { background-color: rgb(132,250,203); }
div.DivClassName
{
background-color: #84FACB;
}
.BgClassName
{
background-color: #84FACB;
}
</style>
border-color css
<style>
span { border-color: #84FACB; }
span { border-color: rgb(132,250,203); }
td.TdClassName
{
border-color: #84FACB;
}
.TagClassName
{
border-color: #84FACB;
}
</style>