#84EEDB

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

Shades of Aquamarine #84EEDB

Tints of Aquamarine #84EEDB

Color information

#84EEDB (or 0x84EEDB) is unknown color: approx Aquamarine. HEX triplet: 84, EE and DB. RGB value is (132,238,219). Sum of RGB (Red+Green+Blue) = 132+238+219=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEDB is #7B1124. Grayscale: #CCCCCC. Windows color (decimal): -8065317 or 14413444. OLE color: 14413444.

HSL color Cylindrical-coordinate representation of color #84EEDB: hue angle of 169.25º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEDB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB132238219-
CMYK0.4500.080.07
HSL169.25º75.71%72.55%-
HSV(B)169.25º44.54%93.33%-
XYZ52.8871.1777.97-
YUV204.14136.3876.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=22.41%
G=40.41%
B=37.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322382190.4500.080.07169.2575.7172.55
Hex84EEDB2D087a94c49
Octal204356333550107251114111
Binary100001001110111011011011101101010001111010100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,238,219); }

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

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

 a { background-color: rgb(132,238,219); }

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

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

 span { border-color: rgb(132,238,219); }

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