#82ECDB

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

Shades of Aquamarine #82ECDB

Tints of Aquamarine #82ECDB

Color information

#82ECDB (or 0x82ECDB) is unknown color: approx Aquamarine. HEX triplet: 82, EC and DB. RGB value is (130,236,219). Sum of RGB (Red+Green+Blue) = 130+236+219=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECDB is #7D1324. Grayscale: #CACACA. Windows color (decimal): -8196901 or 14412930. OLE color: 14412930.

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

Color convert

RGB130236219-
CMYK0.4500.070.07
HSL170.38º73.61%71.76%-
HSV(B)170.38º44.92%92.55%-
XYZ51.9969.8577.76-
YUV202.37137.3876.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.22%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=22.22%
G=40.34%
B=37.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302362190.4500.070.07170.3873.6171.76
Hex82ECDB2D077aa4a48
Octal20235433355077252112110
Binary10000010111011001101101110110101111111010101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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