#84FEBB

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

Shades of Aquamarine #84FEBB

Tints of Aquamarine #84FEBB

Color information

#84FEBB (or 0x84FEBB) is unknown color: approx Aquamarine. HEX triplet: 84, FE and BB. RGB value is (132,254,187). Sum of RGB (Red+Green+Blue) = 132+254+187=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEBB is #7B0144. Grayscale: #D2D2D2. Windows color (decimal): -8061253 or 12320388. OLE color: 12320388.

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

Color convert

RGB132254187-
CMYK0.4800.260.00
HSL147.05º98.39%75.69%-
HSV(B)147.05º48.03%99.61%-
XYZ53.9379.3859.49-
YUV209.88115.0872.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.04%
GREEN value IS 254 (99.61% from 255) = 44.33%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=23.04%
G=44.33%
B=32.64%

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
Decimal1322541870.4800.260.00147.0598.3975.69
Hex84FEBB3001A093624c
Octal204376273600320223142114
Binary10000100111111101011101111000001101001001001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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