Shades of Aquamarine #84FBB2
Tints of Aquamarine #84FBB2
RGB
CMYK
RGB Variations
Color information
#84FBB2 (or 0x84FBB2) is known color: Aquamarine. HEX triplet: 84, FB and B2. RGB value is (132,251,178). Sum of RGB (Red+Green+Blue) = 132+251+178=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FBB2 is #7B044D. Grayscale: #CFCFCF. Windows color (decimal): -8062030 or 11729796. OLE color: 11729796.
HSL color Cylindrical-coordinate representation of color #84FBB2: hue angle of 143.19º degrees, saturation: 0.94, 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 #84FBB2 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 178 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.02 |
| HSL | 143.19º | 0.94% | 0.75% | - |
| HSV(B) | 143.19º | 0.47% | 0.98% | - |
| XYZ | 52.05 | 77.11 | 54.26 | - |
| YUV | 207.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 178 | 0.47 | 0 | 0.29 | 0.02 | 143.19 | 0.94 | 0.75 |
| Hex | 84 | FB | B2 | 2F | 0 | 1D | 2 | 8F | 5E | 4B |
| Octal | 204 | 373 | 262 | 57 | 0 | 35 | 2 | 217 | 136 | 113 |
| Binary | 10000100 | 11111011 | 10110010 | 101111 | 0 | 11101 | 10 | 10001111 | 1011110 | 1001011 |
Color Harmonies of #84FBB2
Complementary color
Monochromatic Colors of #84FBB2
Black with #84FBB2
Text Example
Text Example
White with #84FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FBB2; }
p { color: rgb(132,251,178); }
H1.HeaderClassName
{
color: #84FBB2;
}
.AnyTagClassName
{
color: #84FBB2;
}
</style>
background-color css
<style>
a { background-color: #84FBB2; }
a { background-color: rgb(132,251,178); }
div.DivClassName
{
background-color: #84FBB2;
}
.BgClassName
{
background-color: #84FBB2;
}
</style>
border-color css
<style>
span { border-color: #84FBB2; }
span { border-color: rgb(132,251,178); }
td.TdClassName
{
border-color: #84FBB2;
}
.TagClassName
{
border-color: #84FBB2;
}
</style>