#82ECDE

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

Shades of Aquamarine #82ECDE

Tints of Aquamarine #82ECDE

Color information

#82ECDE (or 0x82ECDE) is unknown color: approx Aquamarine. HEX triplet: 82, EC and DE. RGB value is (130,236,222). Sum of RGB (Red+Green+Blue) = 130+236+222=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECDE is #7D1321. Grayscale: #CACACA. Windows color (decimal): -8196898 or 14609538. OLE color: 14609538.

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

Color convert

RGB130236222-
CMYK0.4500.060.07
HSL172.08º73.61%71.76%-
HSV(B)172.08º44.92%92.55%-
XYZ52.3970.0179.86-
YUV202.71138.8876.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.11%
GREEN value IS 236 (92.58% from 255) = 40.14%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=22.11%
G=40.14%
B=37.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302362220.4500.060.07172.0873.6171.76
Hex82ECDE2D067ac4a48
Octal20235433655067254112110
Binary10000010111011001101111010110101101111010110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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