Shades of Aquamarine #84FDD7
Tints of Aquamarine #84FDD7
RGB
CMYK
RGB Variations
Color information
#84FDD7 (or 0x84FDD7) is known color: Aquamarine. HEX triplet: 84, FD and D7. RGB value is (132,253,215). Sum of RGB (Red+Green+Blue) = 132+253+215=600 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDD7 is #7B0228. Grayscale: #D4D4D4. Windows color (decimal): -8061481 or 14155140. OLE color: 14155140.
HSL color Cylindrical-coordinate representation of color #84FDD7: hue angle of 161.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FDD7 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 215 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.01 |
| HSL | 161.16º | 0.97% | 0.75% | - |
| HSV(B) | 161.16º | 0.48% | 0.99% | - |
| XYZ | 56.91 | 80.06 | 76.74 | - |
| YUV | 212.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 215 | 0.48 | 0 | 0.15 | 0.01 | 161.16 | 0.97 | 0.75 |
| Hex | 84 | FD | D7 | 30 | 0 | F | 1 | A1 | 61 | 4B |
| Octal | 204 | 375 | 327 | 60 | 0 | 17 | 1 | 241 | 141 | 113 |
| Binary | 10000100 | 11111101 | 11010111 | 110000 | 0 | 1111 | 1 | 10100001 | 1100001 | 1001011 |
Color Harmonies of #84FDD7
Complementary color
Monochromatic Colors of #84FDD7
Black with #84FDD7
Text Example
Text Example
White with #84FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FDD7; }
p { color: rgb(132,253,215); }
H1.HeaderClassName
{
color: #84FDD7;
}
.AnyTagClassName
{
color: #84FDD7;
}
</style>
background-color css
<style>
a { background-color: #84FDD7; }
a { background-color: rgb(132,253,215); }
div.DivClassName
{
background-color: #84FDD7;
}
.BgClassName
{
background-color: #84FDD7;
}
</style>
border-color css
<style>
span { border-color: #84FDD7; }
span { border-color: rgb(132,253,215); }
td.TdClassName
{
border-color: #84FDD7;
}
.TagClassName
{
border-color: #84FDD7;
}
</style>