Shades of Aquamarine #84F6BD
Tints of Aquamarine #84F6BD
RGB
CMYK
RGB Variations
Color information
#84F6BD (or 0x84F6BD) is known color: Aquamarine. HEX triplet: 84, F6 and BD. RGB value is (132,246,189). Sum of RGB (Red+Green+Blue) = 132+246+189=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F6BD is #7B0942. Grayscale: #CDCDCD. Windows color (decimal): -8063299 or 12449412. OLE color: 12449412.
HSL color Cylindrical-coordinate representation of color #84F6BD: hue angle of 150º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F6BD is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 189 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.04 |
| HSL | 150º | 0.86% | 0.74% | - |
| HSV(B) | 150º | 0.46% | 0.96% | - |
| XYZ | 51.66 | 74.49 | 59.8 | - |
| YUV | 205.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 189 | 0.46 | 0 | 0.23 | 0.04 | 150 | 0.86 | 0.74 |
| Hex | 84 | F6 | BD | 2E | 0 | 17 | 4 | 96 | 56 | 4A |
| Octal | 204 | 366 | 275 | 56 | 0 | 27 | 4 | 226 | 126 | 112 |
| Binary | 10000100 | 11110110 | 10111101 | 101110 | 0 | 10111 | 100 | 10010110 | 1010110 | 1001010 |
Color Harmonies of #84F6BD
Complementary color
Monochromatic Colors of #84F6BD
Black with #84F6BD
Text Example
Text Example
White with #84F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6BD; }
p { color: rgb(132,246,189); }
H1.HeaderClassName
{
color: #84F6BD;
}
.AnyTagClassName
{
color: #84F6BD;
}
</style>
background-color css
<style>
a { background-color: #84F6BD; }
a { background-color: rgb(132,246,189); }
div.DivClassName
{
background-color: #84F6BD;
}
.BgClassName
{
background-color: #84F6BD;
}
</style>
border-color css
<style>
span { border-color: #84F6BD; }
span { border-color: rgb(132,246,189); }
td.TdClassName
{
border-color: #84F6BD;
}
.TagClassName
{
border-color: #84F6BD;
}
</style>