#84F5DA

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

Shades of Aquamarine #84F5DA

Tints of Aquamarine #84F5DA

Color information

#84F5DA (or 0x84F5DA) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and DA. RGB value is (132,245,218). Sum of RGB (Red+Green+Blue) = 132+245+218=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5DA is #7B0A25. Grayscale: #D0D0D0. Windows color (decimal): -8063526 or 14349700. OLE color: 14349700.

HSL color Cylindrical-coordinate representation of color #84F5DA: hue angle of 165.66º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F5DA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB132245218-
CMYK0.4600.110.04
HSL165.66º84.96%73.92%-
HSV(B)165.66º46.12%96.08%-
XYZ54.8275.2777.97-
YUV208.14133.5673.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.18%
GREEN value IS 245 (96.09% from 255) = 41.18%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=22.18%
G=41.18%
B=36.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452180.4600.110.04165.6684.9673.92
Hex84F5DA2E0B4a6554a
Octal204365332560134246125112
Binary100001001111010111011010101110010111001010011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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