#82ECE1

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

Shades of Aquamarine #82ECE1

Tints of Aquamarine #82ECE1

Color information

#82ECE1 (or 0x82ECE1) is unknown color: approx Aquamarine. HEX triplet: 82, EC and E1. RGB value is (130,236,225). Sum of RGB (Red+Green+Blue) = 130+236+225=591 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.00% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECE1 is #7D131E. Grayscale: #CACACA. Windows color (decimal): -8196895 or 14806146. OLE color: 14806146.

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

Color convert

RGB130236225-
CMYK0.4500.050.07
HSL173.77º73.61%71.76%-
HSV(B)173.77º44.92%92.55%-
XYZ52.7970.1782-
YUV203.05140.3875.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.00%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=22.00%
G=39.93%
B=38.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302362250.4500.050.07173.7773.6171.76
Hex82ECE12D057ae4a48
Octal20235434155057256112110
Binary10000010111011001110000110110101011111010111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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