#84EFDE

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

Shades of Aquamarine #84EFDE

Tints of Aquamarine #84EFDE

Color information

#84EFDE (or 0x84EFDE) is unknown color: approx Aquamarine. HEX triplet: 84, EF and DE. RGB value is (132,239,222). Sum of RGB (Red+Green+Blue) = 132+239+222=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFDE is #7B1021. Grayscale: #CDCDCD. Windows color (decimal): -8065058 or 14610308. OLE color: 14610308.

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

Color convert

RGB132239222-
CMYK0.4500.070.06
HSL170.47º76.98%72.75%-
HSV(B)170.47º44.77%93.73%-
XYZ53.5771.9180.16-
YUV205.07137.5575.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.26%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=22.26%
G=40.30%
B=37.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392220.4500.070.06170.4776.9872.75
Hex84EFDE2D076aa4d49
Octal20435733655076252115111
Binary10000100111011111101111010110101111101010101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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