#82EDD3

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

Shades of Aquamarine #82EDD3

Tints of Aquamarine #82EDD3

Color information

#82EDD3 (or 0x82EDD3) is unknown color: approx Aquamarine. HEX triplet: 82, ED and D3. RGB value is (130,237,211). Sum of RGB (Red+Green+Blue) = 130+237+211=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDD3 is #7D122C. Grayscale: #CACACA. Windows color (decimal): -8196653 or 13888898. OLE color: 13888898.

HSL color Cylindrical-coordinate representation of color #82EDD3: hue angle of 165.42º degrees, saturation: 0.75, 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 #82EDD3 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB130237211-
CMYK0.4500.110.07
HSL165.42º74.83%71.96%-
HSV(B)165.42º45.15%92.94%-
XYZ51.2570.0272.44-
YUV202.04133.0576.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.49%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 211 (82.81% from 255) = 36.51%
R=22.49%
G=41.00%
B=36.51%

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
Decimal1302372110.4500.110.07165.4274.8371.96
Hex82EDD32D0B7a54b48
Octal202355323550137245113110
Binary100000101110110111010011101101010111111010010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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