#84EFE4

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

Shades of Aquamarine #84EFE4

Tints of Aquamarine #84EFE4

Color information

#84EFE4 (or 0x84EFE4) is unknown color: approx Aquamarine. HEX triplet: 84, EF and E4. RGB value is (132,239,228). Sum of RGB (Red+Green+Blue) = 132+239+228=599 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.04% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFE4 is #7B101B. Grayscale: #CDCDCD. Windows color (decimal): -8065052 or 15003524. OLE color: 15003524.

HSL color Cylindrical-coordinate representation of color #84EFE4: hue angle of 173.83º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFE4 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB132239228-
CMYK0.4500.050.06
HSL173.83º76.98%72.75%-
HSV(B)173.83º44.77%93.73%-
XYZ54.3972.2484.48-
YUV205.75140.5575.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.04%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 228 (89.45% from 255) = 38.06%
R=22.04%
G=39.90%
B=38.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392280.4500.050.06173.8376.9872.75
Hex84EFE42D056ae4d49
Octal20435734455056256115111
Binary10000100111011111110010010110101011101010111010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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