#82eebe

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

Shades of Aquamarine #82EEBE

Tints of Aquamarine #82EEBE

Color information

#82EEBE (or 0x82EEBE) is unknown color: approx Aquamarine. HEX triplet: 82, EE and BE. RGB value is (130,238,190). Sum of RGB (Red+Green+Blue) = 130+238+190=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEBE is #7D1141. Grayscale: #C8C8C8. Windows color (decimal): -8196418 or 12512898. OLE color: 12512898.

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

Color convert

RGB130238190-
CMYK0.4500.200.07
HSL153.33º76.06%72.16%-
HSV(B)153.33º45.38%93.33%-
XYZ49.0769.6159.57-
YUV200.24122.2277.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.30%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=23.30%
G=42.65%
B=34.05%

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
Decimal1302381900.4500.200.07153.3376.0672.16
Hex82EEBE2D0147994c48
Octal202356276550247231114110
Binary1000001011101110101111101011010101001111001100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82eebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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