#82EBDC

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

Shades of Aquamarine #82EBDC

Tints of Aquamarine #82EBDC

Color information

#82EBDC (or 0x82EBDC) is unknown color: approx Aquamarine. HEX triplet: 82, EB and DC. RGB value is (130,235,220). Sum of RGB (Red+Green+Blue) = 130+235+220=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBDC is #7D1423. Grayscale: #C9C9C9. Windows color (decimal): -8197156 or 14478210. OLE color: 14478210.

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

Color convert

RGB130235220-
CMYK0.4500.060.08
HSL171.43º72.41%71.57%-
HSV(B)171.43º44.68%92.16%-
XYZ51.8369.3378.36-
YUV201.9138.2176.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.22%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=22.22%
G=40.17%
B=37.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302352200.4500.060.08171.4372.4171.57
Hex82EBDC2D068ab4848
Octal202353334550610253110110
Binary100000101110101111011100101101011010001010101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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