#84febd

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

Shades of Aquamarine #84FEBD

Tints of Aquamarine #84FEBD

Color information

#84FEBD (or 0x84FEBD) is unknown color: approx Aquamarine. HEX triplet: 84, FE and BD. RGB value is (132,254,189). Sum of RGB (Red+Green+Blue) = 132+254+189=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEBD is #7B0142. Grayscale: #D2D2D2. Windows color (decimal): -8061251 or 12451460. OLE color: 12451460.

HSL color Cylindrical-coordinate representation of color #84FEBD: hue angle of 148.03º 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 #84FEBD is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB132254189-
CMYK0.4800.260.00
HSL148.03º98.39%75.69%-
HSV(B)148.03º48.03%99.61%-
XYZ54.1479.4660.63-
YUV210.11116.0872.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.96%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=22.96%
G=44.17%
B=32.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541890.4800.260.00148.0398.3975.69
Hex84FEBD3001A094624c
Octal204376275600320224142114
Binary10000100111111101011110111000001101001001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84febd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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