#82EED3

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

Shades of Aquamarine #82EED3

Tints of Aquamarine #82EED3

Color information

#82EED3 (or 0x82EED3) is unknown color: approx Aquamarine. HEX triplet: 82, EE and D3. RGB value is (130,238,211). Sum of RGB (Red+Green+Blue) = 130+238+211=579 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.45% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #82EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EED3 is #7D112C. Grayscale: #CACACA. Windows color (decimal): -8196397 or 13889154. OLE color: 13889154.

HSL color Cylindrical-coordinate representation of color #82EED3: hue angle of 165º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EED3 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB130238211-
CMYK0.4500.110.07
HSL165º76.06%72.16%-
HSV(B)165º45.38%93.33%-
XYZ51.5470.672.54-
YUV202.63132.7276.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.45%
GREEN value IS 238 (93.36% from 255) = 41.11%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=22.45%
G=41.11%
B=36.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302382110.4500.110.0716576.0672.16
Hex82EED32D0B7a54c48
Octal202356323550137245114110
Binary100000101110111011010011101101010111111010010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,238,211); }

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

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

 a { background-color: rgb(130,238,211); }

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

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

 span { border-color: rgb(130,238,211); }

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