#82F2C0

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

Shades of Aquamarine #82F2C0

Tints of Aquamarine #82F2C0

Color information

#82F2C0 (or 0x82F2C0) is unknown color: approx Aquamarine. HEX triplet: 82, F2 and C0. RGB value is (130,242,192). Sum of RGB (Red+Green+Blue) = 130+242+192=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F2C0 is #7D0D3F. Grayscale: #CACACA. Windows color (decimal): -8195392 or 12644994. OLE color: 12644994.

HSL color Cylindrical-coordinate representation of color #82F2C0: hue angle of 153.21º 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 #82F2C0 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB130242192-
CMYK0.4600.210.05
HSL153.21º81.16%72.94%-
HSV(B)153.21º46.28%94.9%-
XYZ50.4772.0661.12-
YUV202.81121.8976.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.05%
GREEN value IS 242 (94.92% from 255) = 42.91%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=23.05%
G=42.91%
B=34.04%

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
Decimal1302421920.4600.210.05153.2181.1672.94
Hex82F2C02E0155995149
Octal202362300560255231121111
Binary1000001011110010110000001011100101011011001100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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