#84FEBA

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

Shades of Aquamarine #84FEBA

Tints of Aquamarine #84FEBA

Color information

#84FEBA (or 0x84FEBA) is unknown color: approx Aquamarine. HEX triplet: 84, FE and BA. RGB value is (132,254,186). Sum of RGB (Red+Green+Blue) = 132+254+186=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEBA is #7B0145. Grayscale: #D1D1D1. Windows color (decimal): -8061254 or 12254852. OLE color: 12254852.

HSL color Cylindrical-coordinate representation of color #84FEBA: hue angle of 146.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEBA is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB132254186-
CMYK0.4800.270.00
HSL146.56º98.39%75.69%-
HSV(B)146.56º48.03%99.61%-
XYZ53.8279.3358.93-
YUV209.77114.5872.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.08%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=23.08%
G=44.41%
B=32.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541860.4800.270.00146.5698.3975.69
Hex84FEBA3001B093624c
Octal204376272600330223142114
Binary10000100111111101011101011000001101101001001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,254,186); }

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

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

 a { background-color: rgb(132,254,186); }

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

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

 span { border-color: rgb(132,254,186); }

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