#84FAE7

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

Shades of Aquamarine #84FAE7

Tints of Aquamarine #84FAE7

Color information

#84FAE7 (or 0x84FAE7) is unknown color: approx Aquamarine. HEX triplet: 84, FA and E7. RGB value is (132,250,231). Sum of RGB (Red+Green+Blue) = 132+250+231=613 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.53% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAE7 is #7B0518. Grayscale: #D4D4D4. Windows color (decimal): -8062233 or 15202948. OLE color: 15202948.

HSL color Cylindrical-coordinate representation of color #84FAE7: hue angle of 170.34º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAE7 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB132250231-
CMYK0.4700.080.02
HSL170.34º92.19%74.9%-
HSV(B)170.34º47.2%98.04%-
XYZ58.1379.0587.8-
YUV212.55138.4170.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.53%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=21.53%
G=40.78%
B=37.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502310.4700.080.02170.3492.1974.9
Hex84FAE72F082aa5c4b
Octal204372347570102252134113
Binary10000100111110101110011110111101000101010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,250,231); }

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

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

 a { background-color: rgb(132,250,231); }

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

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

 span { border-color: rgb(132,250,231); }

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