Shades of Aquamarine #84FAC1
Tints of Aquamarine #84FAC1
RGB
CMYK
RGB Variations
Color information
#84FAC1 (or 0x84FAC1) is known color: Aquamarine. HEX triplet: 84, FA and C1. RGB value is (132,250,193). Sum of RGB (Red+Green+Blue) = 132+250+193=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAC1 is #7B053E. Grayscale: #D0D0D0. Windows color (decimal): -8062271 or 12712580. OLE color: 12712580.
HSL color Cylindrical-coordinate representation of color #84FAC1: hue angle of 151.02º 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 #84FAC1 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 193 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.02 |
| HSL | 151.02º | 0.92% | 0.75% | - |
| HSV(B) | 151.02º | 0.47% | 0.98% | - |
| XYZ | 53.33 | 77.13 | 62.53 | - |
| YUV | 208.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 193 | 0.47 | 0 | 0.23 | 0.02 | 151.02 | 0.92 | 0.75 |
| Hex | 84 | FA | C1 | 2F | 0 | 17 | 2 | 97 | 5C | 4B |
| Octal | 204 | 372 | 301 | 57 | 0 | 27 | 2 | 227 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11000001 | 101111 | 0 | 10111 | 10 | 10010111 | 1011100 | 1001011 |
Color Harmonies of #84FAC1
Complementary color
Monochromatic Colors of #84FAC1
Black with #84FAC1
Text Example
Text Example
White with #84FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAC1; }
p { color: rgb(132,250,193); }
H1.HeaderClassName
{
color: #84FAC1;
}
.AnyTagClassName
{
color: #84FAC1;
}
</style>
background-color css
<style>
a { background-color: #84FAC1; }
a { background-color: rgb(132,250,193); }
div.DivClassName
{
background-color: #84FAC1;
}
.BgClassName
{
background-color: #84FAC1;
}
</style>
border-color css
<style>
span { border-color: #84FAC1; }
span { border-color: rgb(132,250,193); }
td.TdClassName
{
border-color: #84FAC1;
}
.TagClassName
{
border-color: #84FAC1;
}
</style>