#82EDDB

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

Shades of Aquamarine #82EDDB

Tints of Aquamarine #82EDDB

Color information

#82EDDB (or 0x82EDDB) is unknown color: approx Aquamarine. HEX triplet: 82, ED and DB. RGB value is (130,237,219). Sum of RGB (Red+Green+Blue) = 130+237+219=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDDB is #7D1224. Grayscale: #CACACA. Windows color (decimal): -8196645 or 14413186. OLE color: 14413186.

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

Color convert

RGB130237219-
CMYK0.4500.080.07
HSL169.91º74.83%71.96%-
HSV(B)169.91º45.15%92.94%-
XYZ52.2870.4377.86-
YUV202.96137.0575.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.18%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=22.18%
G=40.44%
B=37.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302372190.4500.080.07169.9174.8371.96
Hex82EDDB2D087aa4b48
Octal202355333550107252113110
Binary100000101110110111011011101101010001111010101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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