Shades of Aquamarine #84FAB6
Tints of Aquamarine #84FAB6
RGB
CMYK
RGB Variations
Color information
#84FAB6 (or 0x84FAB6) is known color: Aquamarine. HEX triplet: 84, FA and B6. RGB value is (132,250,182). Sum of RGB (Red+Green+Blue) = 132+250+182=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAB6 is #7B0549. Grayscale: #CFCFCF. Windows color (decimal): -8062282 or 11991684. OLE color: 11991684.
HSL color Cylindrical-coordinate representation of color #84FAB6: hue angle of 145.42º 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 #84FAB6 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 182 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.02 |
| HSL | 145.42º | 0.92% | 0.75% | - |
| HSV(B) | 145.42º | 0.47% | 0.98% | - |
| XYZ | 52.14 | 76.65 | 56.3 | - |
| YUV | 206.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 182 | 0.47 | 0 | 0.27 | 0.02 | 145.42 | 0.92 | 0.75 |
| Hex | 84 | FA | B6 | 2F | 0 | 1B | 2 | 91 | 5C | 4B |
| Octal | 204 | 372 | 266 | 57 | 0 | 33 | 2 | 221 | 134 | 113 |
| Binary | 10000100 | 11111010 | 10110110 | 101111 | 0 | 11011 | 10 | 10010001 | 1011100 | 1001011 |
Color Harmonies of #84FAB6
Complementary color
Monochromatic Colors of #84FAB6
Black with #84FAB6
Text Example
Text Example
White with #84FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAB6; }
p { color: rgb(132,250,182); }
H1.HeaderClassName
{
color: #84FAB6;
}
.AnyTagClassName
{
color: #84FAB6;
}
</style>
background-color css
<style>
a { background-color: #84FAB6; }
a { background-color: rgb(132,250,182); }
div.DivClassName
{
background-color: #84FAB6;
}
.BgClassName
{
background-color: #84FAB6;
}
</style>
border-color css
<style>
span { border-color: #84FAB6; }
span { border-color: rgb(132,250,182); }
td.TdClassName
{
border-color: #84FAB6;
}
.TagClassName
{
border-color: #84FAB6;
}
</style>