#82F2BF

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

Shades of Aquamarine #82F2BF

Tints of Aquamarine #82F2BF

Color information

#82F2BF (or 0x82F2BF) is unknown color: approx Aquamarine. HEX triplet: 82, F2 and BF. RGB value is (130,242,191). Sum of RGB (Red+Green+Blue) = 130+242+191=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F2BF is #7D0D40. Grayscale: #CACACA. Windows color (decimal): -8195393 or 12579458. OLE color: 12579458.

HSL color Cylindrical-coordinate representation of color #82F2BF: hue angle of 152.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2BF is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB130242191-
CMYK0.4600.210.05
HSL152.68º81.16%72.94%-
HSV(B)152.68º46.28%94.9%-
XYZ50.3672.0160.54-
YUV202.7121.3976.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.09%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 191 (75% from 255) = 33.93%
R=23.09%
G=42.98%
B=33.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421910.4600.210.05152.6881.1672.94
Hex82F2BF2E0155995149
Octal202362277560255231121111
Binary1000001011110010101111111011100101011011001100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82F2BF; }

 p { color: rgb(130,242,191); }

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

<style>
 a { background-color: #82F2BF; }

 a { background-color: rgb(130,242,191); }

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

<style>
 span { border-color: #82F2BF; }

 span { border-color: rgb(130,242,191); }

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