#82EDBE

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

Shades of Aquamarine #82EDBE

Tints of Aquamarine #82EDBE

Color information

#82EDBE (or 0x82EDBE) is unknown color: approx Aquamarine. HEX triplet: 82, ED and BE. RGB value is (130,237,190). Sum of RGB (Red+Green+Blue) = 130+237+190=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDBE is #7D1241. Grayscale: #C7C7C7. Windows color (decimal): -8196674 or 12512642. OLE color: 12512642.

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

Color convert

RGB130237190-
CMYK0.4500.200.07
HSL153.64º74.83%71.96%-
HSV(B)153.64º45.15%92.94%-
XYZ48.7869.0359.47-
YUV199.65122.5578.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.34%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=23.34%
G=42.55%
B=34.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371900.4500.200.07153.6474.8371.96
Hex82EDBE2D01479a4b48
Octal202355276550247232113110
Binary1000001011101101101111101011010101001111001101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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