#82ECCD

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

Shades of Aquamarine #82ECCD

Tints of Aquamarine #82ECCD

Color information

#82ECCD (or 0x82ECCD) is unknown color: approx Aquamarine. HEX triplet: 82, EC and CD. RGB value is (130,236,205). Sum of RGB (Red+Green+Blue) = 130+236+205=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECCD is #7D1332. Grayscale: #C8C8C8. Windows color (decimal): -8196915 or 13495426. OLE color: 13495426.

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

Color convert

RGB130236205-
CMYK0.4500.130.07
HSL162.45º73.61%71.76%-
HSV(B)162.45º44.92%92.55%-
XYZ50.2269.1468.46-
YUV200.77130.3877.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=22.77%
G=41.33%
B=35.90%

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
Decimal1302362050.4500.130.07162.4573.6171.76
Hex82ECCD2D0D7a24a48
Octal202354315550157242112110
Binary100000101110110011001101101101011011111010001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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