Shades of Aquamarine #84FFE6
Tints of Aquamarine #84FFE6
RGB
CMYK
RGB Variations
Color information
#84FFE6 (or 0x84FFE6) is known color: Aquamarine. HEX triplet: 84, FF and E6. RGB value is (132,255,230). Sum of RGB (Red+Green+Blue) = 132+255+230=617 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.39% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFE6 is #7B0019. Grayscale: #D7D7D7. Windows color (decimal): -8060954 or 15138692. OLE color: 15138692.
HSL color Cylindrical-coordinate representation of color #84FFE6: hue angle of 167.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFE6 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 230 | - |
| CMYK | 0.48 | 0 | 0.10 | 0 |
| HSL | 167.8º | 1% | 0.76% | - |
| HSV(B) | 167.8º | 0.48% | 1% | - |
| XYZ | 59.56 | 82.14 | 87.58 | - |
| YUV | 215.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 230 | 0.48 | 0 | 0.10 | 0 | 167.8 | 1 | 0.76 |
| Hex | 84 | FF | E6 | 30 | 0 | A | 0 | A8 | 64 | 4C |
| Octal | 204 | 377 | 346 | 60 | 0 | 12 | 0 | 250 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11100110 | 110000 | 0 | 1010 | 0 | 10101000 | 1100100 | 1001100 |
Color Harmonies of #84FFE6
Complementary color
Monochromatic Colors of #84FFE6
Black with #84FFE6
Text Example
Text Example
White with #84FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFE6; }
p { color: rgb(132,255,230); }
H1.HeaderClassName
{
color: #84FFE6;
}
.AnyTagClassName
{
color: #84FFE6;
}
</style>
background-color css
<style>
a { background-color: #84FFE6; }
a { background-color: rgb(132,255,230); }
div.DivClassName
{
background-color: #84FFE6;
}
.BgClassName
{
background-color: #84FFE6;
}
</style>
border-color css
<style>
span { border-color: #84FFE6; }
span { border-color: rgb(132,255,230); }
td.TdClassName
{
border-color: #84FFE6;
}
.TagClassName
{
border-color: #84FFE6;
}
</style>