Shades of Aquamarine #84F1E4
Tints of Aquamarine #84F1E4
RGB
CMYK
RGB Variations
Color information
#84F1E4 (or 0x84F1E4) is known color: Aquamarine. HEX triplet: 84, F1 and E4. RGB value is (132,241,228). Sum of RGB (Red+Green+Blue) = 132+241+228=601 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.96% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1E4 is #7B0E1B. Grayscale: #CECECE. Windows color (decimal): -8064540 or 15004036. OLE color: 15004036.
HSL color Cylindrical-coordinate representation of color #84F1E4: hue angle of 172.84º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F1E4 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 228 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.05 |
| HSL | 172.84º | 0.8% | 0.73% | - |
| HSV(B) | 172.84º | 0.45% | 0.95% | - |
| XYZ | 54.97 | 73.42 | 84.67 | - |
| YUV | 206.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 228 | 0.45 | 0 | 0.05 | 0.05 | 172.84 | 0.8 | 0.73 |
| Hex | 84 | F1 | E4 | 2D | 0 | 5 | 5 | AD | 50 | 49 |
| Octal | 204 | 361 | 344 | 55 | 0 | 5 | 5 | 255 | 120 | 111 |
| Binary | 10000100 | 11110001 | 11100100 | 101101 | 0 | 101 | 101 | 10101101 | 1010000 | 1001001 |
Color Harmonies of #84F1E4
Complementary color
Monochromatic Colors of #84F1E4
Black with #84F1E4
Text Example
Text Example
White with #84F1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1E4; }
p { color: rgb(132,241,228); }
H1.HeaderClassName
{
color: #84F1E4;
}
.AnyTagClassName
{
color: #84F1E4;
}
</style>
background-color css
<style>
a { background-color: #84F1E4; }
a { background-color: rgb(132,241,228); }
div.DivClassName
{
background-color: #84F1E4;
}
.BgClassName
{
background-color: #84F1E4;
}
</style>
border-color css
<style>
span { border-color: #84F1E4; }
span { border-color: rgb(132,241,228); }
td.TdClassName
{
border-color: #84F1E4;
}
.TagClassName
{
border-color: #84F1E4;
}
</style>