#84EBDA

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

Shades of Aquamarine #84EBDA

Tints of Aquamarine #84EBDA

Color information

#84EBDA (or 0x84EBDA) is unknown color: approx Aquamarine. HEX triplet: 84, EB and DA. RGB value is (132,235,218). Sum of RGB (Red+Green+Blue) = 132+235+218=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBDA is #7B1425. Grayscale: #CACACA. Windows color (decimal): -8066086 or 14347140. OLE color: 14347140.

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

Color convert

RGB132235218-
CMYK0.4400.070.08
HSL170.1º72.03%71.96%-
HSV(B)170.1º43.83%92.16%-
XYZ51.8869.3876.99-
YUV202.26136.8877.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=22.56%
G=40.17%
B=37.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322352180.4400.070.08170.172.0371.96
Hex84EBDA2C078aa4848
Octal204353332540710252110110
Binary100001001110101111011010101100011110001010101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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