#84EDDE

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

Shades of Aquamarine #84EDDE

Tints of Aquamarine #84EDDE

Color information

#84EDDE (or 0x84EDDE) is unknown color: approx Aquamarine. HEX triplet: 84, ED and DE. RGB value is (132,237,222). Sum of RGB (Red+Green+Blue) = 132+237+222=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDDE is #7B1221. Grayscale: #CBCBCB. Windows color (decimal): -8065570 or 14609796. OLE color: 14609796.

HSL color Cylindrical-coordinate representation of color #84EDDE: hue angle of 171.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDDE is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB132237222-
CMYK0.4400.060.07
HSL171.43º74.47%72.35%-
HSV(B)171.43º44.3%92.94%-
XYZ52.9870.7579.97-
YUV203.9138.2176.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=22.34%
G=40.10%
B=37.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322372220.4400.060.07171.4374.4772.35
Hex84EDDE2C067ab4a48
Octal20435533654067253112110
Binary10000100111011011101111010110001101111010101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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