#82F2C1

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

Shades of Aquamarine #82F2C1

Tints of Aquamarine #82F2C1

Color information

#82F2C1 (or 0x82F2C1) is unknown color: approx Aquamarine. HEX triplet: 82, F2 and C1. RGB value is (130,242,193). Sum of RGB (Red+Green+Blue) = 130+242+193=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F2C1 is #7D0D3E. Grayscale: #CBCBCB. Windows color (decimal): -8195391 or 12710530. OLE color: 12710530.

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

Color convert

RGB130242193-
CMYK0.4600.200.05
HSL153.75º81.16%72.94%-
HSV(B)153.75º46.28%94.9%-
XYZ50.5872.161.7-
YUV202.93122.3975.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.01%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=23.01%
G=42.83%
B=34.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421930.4600.200.05153.7581.1672.94
Hex82F2C12E01459a5149
Octal202362301560245232121111
Binary1000001011110010110000011011100101001011001101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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