Shades of Aquamarine #84EDCA
Tints of Aquamarine #84EDCA
RGB
CMYK
RGB Variations
Color information
#84EDCA (or 0x84EDCA) is known color: Aquamarine. HEX triplet: 84, ED and CA. RGB value is (132,237,202). Sum of RGB (Red+Green+Blue) = 132+237+202=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDCA is #7B1235. Grayscale: #C9C9C9. Windows color (decimal): -8065590 or 13299076. OLE color: 13299076.
HSL color Cylindrical-coordinate representation of color #84EDCA: hue angle of 160º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDCA is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 202 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.07 |
| HSL | 160º | 0.74% | 0.72% | - |
| HSV(B) | 160º | 0.44% | 0.93% | - |
| XYZ | 50.46 | 69.74 | 66.68 | - |
| YUV | 201.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 202 | 0.44 | 0 | 0.15 | 0.07 | 160 | 0.74 | 0.72 |
| Hex | 84 | ED | CA | 2C | 0 | F | 7 | A0 | 4A | 48 |
| Octal | 204 | 355 | 312 | 54 | 0 | 17 | 7 | 240 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11001010 | 101100 | 0 | 1111 | 111 | 10100000 | 1001010 | 1001000 |
Color Harmonies of #84EDCA
Complementary color
Monochromatic Colors of #84EDCA
Black with #84EDCA
Text Example
Text Example
White with #84EDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDCA; }
p { color: rgb(132,237,202); }
H1.HeaderClassName
{
color: #84EDCA;
}
.AnyTagClassName
{
color: #84EDCA;
}
</style>
background-color css
<style>
a { background-color: #84EDCA; }
a { background-color: rgb(132,237,202); }
div.DivClassName
{
background-color: #84EDCA;
}
.BgClassName
{
background-color: #84EDCA;
}
</style>
border-color css
<style>
span { border-color: #84EDCA; }
span { border-color: rgb(132,237,202); }
td.TdClassName
{
border-color: #84EDCA;
}
.TagClassName
{
border-color: #84EDCA;
}
</style>