#84FFBE

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

Shades of Aquamarine #84FFBE

Tints of Aquamarine #84FFBE

Color information

#84FFBE (or 0x84FFBE) is unknown color: approx Aquamarine. HEX triplet: 84, FF and BE. RGB value is (132,255,190). Sum of RGB (Red+Green+Blue) = 132+255+190=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFBE is #7B0041. Grayscale: #D2D2D2. Windows color (decimal): -8060994 or 12517252. OLE color: 12517252.

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

Color convert

RGB132255190-
CMYK0.4800.250
HSL148.29º100%75.88%-
HSV(B)148.29º48.24%100%-
XYZ54.5780.1461.31-
YUV210.81116.2571.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=22.88%
G=44.19%
B=32.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322551900.4800.250148.2910075.88
Hex84FFBE30019094644c
Octal204377276600310224144114
Binary10000100111111111011111011000001100101001010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,255,190); }

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

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

 a { background-color: rgb(132,255,190); }

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

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

 span { border-color: rgb(132,255,190); }

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