#82F2CA

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

Shades of Aquamarine #82F2CA

Tints of Aquamarine #82F2CA

Color information

#82F2CA (or 0x82F2CA) is unknown color: approx Aquamarine. HEX triplet: 82, F2 and CA. RGB value is (130,242,202). Sum of RGB (Red+Green+Blue) = 130+242+202=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F2CA is #7D0D35. Grayscale: #CCCCCC. Windows color (decimal): -8195382 or 13300354. OLE color: 13300354.

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

Color convert

RGB130242202-
CMYK0.4600.170.05
HSL158.57º81.16%72.94%-
HSV(B)158.57º46.28%94.9%-
XYZ51.6272.5167.15-
YUV203.95126.8975.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.65%
GREEN value IS 242 (94.92% from 255) = 42.16%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=22.65%
G=42.16%
B=35.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302422020.4600.170.05158.5781.1672.94
Hex82F2CA2E01159f5149
Octal202362312560215237121111
Binary1000001011110010110010101011100100011011001111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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