#84F5E4

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

Shades of Aquamarine #84F5E4

Tints of Aquamarine #84F5E4

Color information

#84F5E4 (or 0x84F5E4) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and E4. RGB value is (132,245,228). Sum of RGB (Red+Green+Blue) = 132+245+228=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5E4 is #7B0A1B. Grayscale: #D1D1D1. Windows color (decimal): -8063516 or 15005060. OLE color: 15005060.

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

Color convert

RGB132245228-
CMYK0.4600.070.04
HSL170.97º84.96%73.92%-
HSV(B)170.97º46.12%96.08%-
XYZ56.1775.8185.07-
YUV209.27138.5672.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.82%
GREEN value IS 245 (96.09% from 255) = 40.50%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=21.82%
G=40.50%
B=37.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452280.4600.070.04170.9784.9673.92
Hex84F5E42E074ab554a
Octal20436534456074253125112
Binary10000100111101011110010010111001111001010101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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