#82EBD5

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

Shades of Aquamarine #82EBD5

Tints of Aquamarine #82EBD5

Color information

#82EBD5 (or 0x82EBD5) is unknown color: approx Aquamarine. HEX triplet: 82, EB and D5. RGB value is (130,235,213). Sum of RGB (Red+Green+Blue) = 130+235+213=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBD5 is #7D142A. Grayscale: #C9C9C9. Windows color (decimal): -8197163 or 14019458. OLE color: 14019458.

HSL color Cylindrical-coordinate representation of color #82EBD5: hue angle of 167.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBD5 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB130235213-
CMYK0.4500.090.08
HSL167.43º72.41%71.57%-
HSV(B)167.43º44.68%92.16%-
XYZ50.9268.9773.58-
YUV201.1134.7177.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.49%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=22.49%
G=40.66%
B=36.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302352130.4500.090.08167.4372.4171.57
Hex82EBD52D098a74848
Octal2023533255501110247110110
Binary1000001011101011110101011011010100110001010011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,235,213); }

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

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

 a { background-color: rgb(130,235,213); }

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

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

 span { border-color: rgb(130,235,213); }

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