Shades of Aquamarine #84FEBE
Tints of Aquamarine #84FEBE
RGB
CMYK
RGB Variations
Color information
#84FEBE (or 0x84FEBE) is known color: Aquamarine. HEX triplet: 84, FE and BE. RGB value is (132,254,190). Sum of RGB (Red+Green+Blue) = 132+254+190=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEBE is #7B0141. Grayscale: #D2D2D2. Windows color (decimal): -8061250 or 12516996. OLE color: 12516996.
HSL color Cylindrical-coordinate representation of color #84FEBE: hue angle of 148.52º 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 #84FEBE is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 190 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.00 |
| HSL | 148.52º | 0.98% | 0.76% | - |
| HSV(B) | 148.52º | 0.48% | 1% | - |
| XYZ | 54.25 | 79.51 | 61.2 | - |
| YUV | 210.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 190 | 0.48 | 0 | 0.25 | 0.00 | 148.52 | 0.98 | 0.76 |
| Hex | 84 | FE | BE | 30 | 0 | 19 | 0 | 95 | 62 | 4C |
| Octal | 204 | 376 | 276 | 60 | 0 | 31 | 0 | 225 | 142 | 114 |
| Binary | 10000100 | 11111110 | 10111110 | 110000 | 0 | 11001 | 0 | 10010101 | 1100010 | 1001100 |
Color Harmonies of #84FEBE
Complementary color
Monochromatic Colors of #84FEBE
Black with #84FEBE
Text Example
Text Example
White with #84FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEBE; }
p { color: rgb(132,254,190); }
H1.HeaderClassName
{
color: #84FEBE;
}
.AnyTagClassName
{
color: #84FEBE;
}
</style>
background-color css
<style>
a { background-color: #84FEBE; }
a { background-color: rgb(132,254,190); }
div.DivClassName
{
background-color: #84FEBE;
}
.BgClassName
{
background-color: #84FEBE;
}
</style>
border-color css
<style>
span { border-color: #84FEBE; }
span { border-color: rgb(132,254,190); }
td.TdClassName
{
border-color: #84FEBE;
}
.TagClassName
{
border-color: #84FEBE;
}
</style>