#82EDCE

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

Shades of Aquamarine #82EDCE

Tints of Aquamarine #82EDCE

Color information

#82EDCE (or 0x82EDCE) is unknown color: approx Aquamarine. HEX triplet: 82, ED and CE. RGB value is (130,237,206). Sum of RGB (Red+Green+Blue) = 130+237+206=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDCE is #7D1231. Grayscale: #C9C9C9. Windows color (decimal): -8196658 or 13561218. OLE color: 13561218.

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

Color convert

RGB130237206-
CMYK0.4500.130.07
HSL162.62º74.83%71.96%-
HSV(B)162.62º45.15%92.94%-
XYZ50.6369.7769.19-
YUV201.47130.5577.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.69%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=22.69%
G=41.36%
B=35.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302372060.4500.130.07162.6274.8371.96
Hex82EDCE2D0D7a34b48
Octal202355316550157243113110
Binary100000101110110111001110101101011011111010001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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