#82EFD9

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

Shades of Aquamarine #82EFD9

Tints of Aquamarine #82EFD9

Color information

#82EFD9 (or 0x82EFD9) is unknown color: approx Aquamarine. HEX triplet: 82, EF and D9. RGB value is (130,239,217). Sum of RGB (Red+Green+Blue) = 130+239+217=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFD9 is #7D1026. Grayscale: #CBCBCB. Windows color (decimal): -8196135 or 14282626. OLE color: 14282626.

HSL color Cylindrical-coordinate representation of color #82EFD9: hue angle of 167.89º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFD9 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB130239217-
CMYK0.4600.090.06
HSL167.89º77.3%72.35%-
HSV(B)167.89º45.61%93.73%-
XYZ52.671.4976.67-
YUV203.9135.3975.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.18%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=22.18%
G=40.78%
B=37.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302392170.4600.090.06167.8977.372.35
Hex82EFD92E096a84d48
Octal202357331560116250115110
Binary100000101110111111011001101110010011101010100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,239,217); }

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

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

 a { background-color: rgb(130,239,217); }

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

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

 span { border-color: rgb(130,239,217); }

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