#82EEDE

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

Shades of Aquamarine #82EEDE

Tints of Aquamarine #82EEDE

Color information

#82EEDE (or 0x82EEDE) is unknown color: approx Aquamarine. HEX triplet: 82, EE and DE. RGB value is (130,238,222). Sum of RGB (Red+Green+Blue) = 130+238+222=590 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.03% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEDE is #7D1121. Grayscale: #CBCBCB. Windows color (decimal): -8196386 or 14610050. OLE color: 14610050.

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

Color convert

RGB130238222-
CMYK0.4500.070.07
HSL171.11º76.06%72.16%-
HSV(B)171.11º45.38%93.33%-
XYZ52.9771.1780.05-
YUV203.88138.2275.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.03%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=22.03%
G=40.34%
B=37.63%

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
Decimal1302382220.4500.070.07171.1176.0672.16
Hex82EEDE2D077ab4c48
Octal20235633655077253114110
Binary10000010111011101101111010110101111111010101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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