Shades of Aquamarine #84FECB
Tints of Aquamarine #84FECB
RGB
CMYK
RGB Variations
Color information
#84FECB (or 0x84FECB) is known color: Aquamarine. HEX triplet: 84, FE and CB. RGB value is (132,254,203). Sum of RGB (Red+Green+Blue) = 132+254+203=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #84FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FECB is #7B0134. Grayscale: #D3D3D3. Windows color (decimal): -8061237 or 13368964. OLE color: 13368964.
HSL color Cylindrical-coordinate representation of color #84FECB: hue angle of 154.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FECB is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 203 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.00 |
| HSL | 154.92º | 0.98% | 0.76% | - |
| HSV(B) | 154.92º | 0.48% | 1% | - |
| XYZ | 55.74 | 80.1 | 69.02 | - |
| YUV | 211.71 | 123.08 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 203 | 0.48 | 0 | 0.20 | 0.00 | 154.92 | 0.98 | 0.76 |
| Hex | 84 | FE | CB | 30 | 0 | 14 | 0 | 9B | 62 | 4C |
| Octal | 204 | 376 | 313 | 60 | 0 | 24 | 0 | 233 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11001011 | 110000 | 0 | 10100 | 0 | 10011011 | 1100010 | 1001100 |
Color Harmonies of #84FECB
Complementary color
Monochromatic Colors of #84FECB
Black with #84FECB
Text Example
Text Example
White with #84FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FECB; }
p { color: rgb(132,254,203); }
H1.HeaderClassName
{
color: #84FECB;
}
.AnyTagClassName
{
color: #84FECB;
}
</style>
background-color css
<style>
a { background-color: #84FECB; }
a { background-color: rgb(132,254,203); }
div.DivClassName
{
background-color: #84FECB;
}
.BgClassName
{
background-color: #84FECB;
}
</style>
border-color css
<style>
span { border-color: #84FECB; }
span { border-color: rgb(132,254,203); }
td.TdClassName
{
border-color: #84FECB;
}
.TagClassName
{
border-color: #84FECB;
}
</style>