#82ECDC

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

Shades of Aquamarine #82ECDC

Tints of Aquamarine #82ECDC

Color information

#82ECDC (or 0x82ECDC) is unknown color: approx Aquamarine. HEX triplet: 82, EC and DC. RGB value is (130,236,220). Sum of RGB (Red+Green+Blue) = 130+236+220=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECDC is #7D1323. Grayscale: #CACACA. Windows color (decimal): -8196900 or 14478466. OLE color: 14478466.

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

Color convert

RGB130236220-
CMYK0.4500.070.07
HSL170.94º73.61%71.76%-
HSV(B)170.94º44.92%92.55%-
XYZ52.1269.978.46-
YUV202.48137.8876.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.18%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=22.18%
G=40.27%
B=37.54%

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
Decimal1302362200.4500.070.07170.9473.6171.76
Hex82ECDC2D077ab4a48
Octal20235433455077253112110
Binary10000010111011001101110010110101111111010101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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