Shades of Aquamarine #84FBC2
Tints of Aquamarine #84FBC2
RGB
CMYK
RGB Variations
Color information
#84FBC2 (or 0x84FBC2) is known color: Aquamarine. HEX triplet: 84, FB and C2. RGB value is (132,251,194). Sum of RGB (Red+Green+Blue) = 132+251+194=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBC2 is #7B043D. Grayscale: #D1D1D1. Windows color (decimal): -8062014 or 12778372. OLE color: 12778372.
HSL color Cylindrical-coordinate representation of color #84FBC2: hue angle of 151.26º 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 #84FBC2 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 194 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.02 |
| HSL | 151.26º | 0.94% | 0.75% | - |
| HSV(B) | 151.26º | 0.47% | 0.98% | - |
| XYZ | 53.75 | 77.79 | 63.22 | - |
| YUV | 208.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 194 | 0.47 | 0 | 0.23 | 0.02 | 151.26 | 0.94 | 0.75 |
| Hex | 84 | FB | C2 | 2F | 0 | 17 | 2 | 97 | 5E | 4B |
| Octal | 204 | 373 | 302 | 57 | 0 | 27 | 2 | 227 | 136 | 113 |
| Binary | 10000100 | 11111011 | 11000010 | 101111 | 0 | 10111 | 10 | 10010111 | 1011110 | 1001011 |
Color Harmonies of #84FBC2
Complementary color
Monochromatic Colors of #84FBC2
Black with #84FBC2
Text Example
Text Example
White with #84FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FBC2; }
p { color: rgb(132,251,194); }
H1.HeaderClassName
{
color: #84FBC2;
}
.AnyTagClassName
{
color: #84FBC2;
}
</style>
background-color css
<style>
a { background-color: #84FBC2; }
a { background-color: rgb(132,251,194); }
div.DivClassName
{
background-color: #84FBC2;
}
.BgClassName
{
background-color: #84FBC2;
}
</style>
border-color css
<style>
span { border-color: #84FBC2; }
span { border-color: rgb(132,251,194); }
td.TdClassName
{
border-color: #84FBC2;
}
.TagClassName
{
border-color: #84FBC2;
}
</style>