#82EFDA

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

Shades of Aquamarine #82EFDA

Tints of Aquamarine #82EFDA

Color information

#82EFDA (or 0x82EFDA) is unknown color: approx Aquamarine. HEX triplet: 82, EF and DA. RGB value is (130,239,218). Sum of RGB (Red+Green+Blue) = 130+239+218=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFDA is #7D1025. Grayscale: #CBCBCB. Windows color (decimal): -8196134 or 14348162. OLE color: 14348162.

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

Color convert

RGB130239218-
CMYK0.4600.090.06
HSL168.44º77.3%72.35%-
HSV(B)168.44º45.61%93.73%-
XYZ52.7371.5477.36-
YUV204.02135.8975.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.15%
GREEN value IS 239 (93.75% from 255) = 40.72%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=22.15%
G=40.72%
B=37.14%

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
Decimal1302392180.4600.090.06168.4477.372.35
Hex82EFDA2E096a84d48
Octal202357332560116250115110
Binary100000101110111111011010101110010011101010100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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