#84EFD9

Color #84EFD9 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #84EFD9

Tints of Aquamarine #84EFD9

Color information

#84EFD9 (or 0x84EFD9) is unknown color: approx Aquamarine. HEX triplet: 84, EF and D9. RGB value is (132,239,217). Sum of RGB (Red+Green+Blue) = 132+239+217=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFD9 is #7B1026. Grayscale: #CCCCCC. Windows color (decimal): -8065063 or 14282628. OLE color: 14282628.

HSL color Cylindrical-coordinate representation of color #84EFD9: hue angle of 167.66º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFD9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB132239217-
CMYK0.4500.090.06
HSL167.66º76.98%72.75%-
HSV(B)167.66º44.77%93.73%-
XYZ52.9171.6576.69-
YUV204.5135.0576.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 22.45%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=22.45%
G=40.65%
B=36.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392170.4500.090.06167.6676.9872.75
Hex84EFD92D096a84d49
Octal204357331550116250115111
Binary100001001110111111011001101101010011101010100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84EFD9; }

 p { color: rgb(132,239,217); }

 H1.HeaderClassName
 {
   color: #84EFD9;
 }
 .AnyTagClassName
 {
   color: #84EFD9;
 }
</style>
background-color css

<style>
 a { background-color: #84EFD9; }

 a { background-color: rgb(132,239,217); }

 div.DivClassName
 {
   background-color: #84EFD9;
 }
 .BgClassName
 {
   background-color: #84EFD9;
 }
</style>
border-color css

<style>
 span { border-color: #84EFD9; }

 span { border-color: rgb(132,239,217); }

 td.TdClassName
 {
   border-color: #84EFD9;
 }
 .TagClassName
 {
   border-color: #84EFD9;
 }
</style>