Shades of Aquamarine #84F1DE
Tints of Aquamarine #84F1DE
RGB
CMYK
RGB Variations
Color information
#84F1DE (or 0x84F1DE) is known color: Aquamarine. HEX triplet: 84, F1 and DE. RGB value is (132,241,222). Sum of RGB (Red+Green+Blue) = 132+241+222=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1DE is #7B0E21. Grayscale: #CECECE. Windows color (decimal): -8064546 or 14610820. OLE color: 14610820.
HSL color Cylindrical-coordinate representation of color #84F1DE: hue angle of 169.54º 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 #84F1DE is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 222 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.05 |
| HSL | 169.54º | 0.8% | 0.73% | - |
| HSV(B) | 169.54º | 0.45% | 0.95% | - |
| XYZ | 54.16 | 73.09 | 80.36 | - |
| YUV | 206.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 222 | 0.45 | 0 | 0.08 | 0.05 | 169.54 | 0.8 | 0.73 |
| Hex | 84 | F1 | DE | 2D | 0 | 8 | 5 | AA | 50 | 49 |
| Octal | 204 | 361 | 336 | 55 | 0 | 10 | 5 | 252 | 120 | 111 |
| Binary | 10000100 | 11110001 | 11011110 | 101101 | 0 | 1000 | 101 | 10101010 | 1010000 | 1001001 |
Color Harmonies of #84F1DE
Complementary color
Monochromatic Colors of #84F1DE
Black with #84F1DE
Text Example
Text Example
White with #84F1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1DE; }
p { color: rgb(132,241,222); }
H1.HeaderClassName
{
color: #84F1DE;
}
.AnyTagClassName
{
color: #84F1DE;
}
</style>
background-color css
<style>
a { background-color: #84F1DE; }
a { background-color: rgb(132,241,222); }
div.DivClassName
{
background-color: #84F1DE;
}
.BgClassName
{
background-color: #84F1DE;
}
</style>
border-color css
<style>
span { border-color: #84F1DE; }
span { border-color: rgb(132,241,222); }
td.TdClassName
{
border-color: #84F1DE;
}
.TagClassName
{
border-color: #84F1DE;
}
</style>