#84EFDA

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

Shades of Aquamarine #84EFDA

Tints of Aquamarine #84EFDA

Color information

#84EFDA (or 0x84EFDA) is unknown color: approx Aquamarine. HEX triplet: 84, EF and DA. RGB value is (132,239,218). Sum of RGB (Red+Green+Blue) = 132+239+218=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFDA is #7B1025. Grayscale: #CCCCCC. Windows color (decimal): -8065062 or 14348164. OLE color: 14348164.

HSL color Cylindrical-coordinate representation of color #84EFDA: hue angle of 168.22º 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 #84EFDA is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB132239218-
CMYK0.4500.090.06
HSL168.22º76.98%72.75%-
HSV(B)168.22º44.77%93.73%-
XYZ53.0471.777.37-
YUV204.61135.5576.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=22.41%
G=40.58%
B=37.01%

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
Decimal1322392180.4500.090.06168.2276.9872.75
Hex84EFDA2D096a84d49
Octal204357332550116250115111
Binary100001001110111111011010101101010011101010100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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