#82EDDF

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

Shades of Aquamarine #82EDDF

Tints of Aquamarine #82EDDF

Color information

#82EDDF (or 0x82EDDF) is unknown color: approx Aquamarine. HEX triplet: 82, ED and DF. RGB value is (130,237,223). Sum of RGB (Red+Green+Blue) = 130+237+223=590 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.03% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDDF is #7D1220. Grayscale: #CBCBCB. Windows color (decimal): -8196641 or 14675330. OLE color: 14675330.

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

Color convert

RGB130237223-
CMYK0.4500.060.07
HSL172.15º74.83%71.96%-
HSV(B)172.15º45.15%92.94%-
XYZ52.8170.6480.66-
YUV203.41139.0575.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.03%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=22.03%
G=40.17%
B=37.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302372230.4500.060.07172.1574.8371.96
Hex82EDDF2D067ac4b48
Octal20235533755067254113110
Binary10000010111011011101111110110101101111010110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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