#84F5DE

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

Shades of Aquamarine #84F5DE

Tints of Aquamarine #84F5DE

Color information

#84F5DE (or 0x84F5DE) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and DE. RGB value is (132,245,222). Sum of RGB (Red+Green+Blue) = 132+245+222=599 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.04% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5DE is #7B0A21. Grayscale: #D0D0D0. Windows color (decimal): -8063522 or 14611844. OLE color: 14611844.

HSL color Cylindrical-coordinate representation of color #84F5DE: hue angle of 167.79º 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 #84F5DE is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB132245222-
CMYK0.4600.090.04
HSL167.79º84.96%73.92%-
HSV(B)167.79º46.12%96.08%-
XYZ55.3575.4880.76-
YUV208.59135.5673.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.04%
GREEN value IS 245 (96.09% from 255) = 40.90%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=22.04%
G=40.90%
B=37.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452220.4600.090.04167.7984.9673.92
Hex84F5DE2E094a8554a
Octal204365336560114250125112
Binary100001001111010111011110101110010011001010100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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