#82FBE2

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

Shades of Aquamarine #82FBE2

Tints of Aquamarine #82FBE2

Color information

#82FBE2 (or 0x82FBE2) is unknown color: approx Aquamarine. HEX triplet: 82, FB and E2. RGB value is (130,251,226). Sum of RGB (Red+Green+Blue) = 130+251+226=607 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.42% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FBE2 is #7D041D. Grayscale: #D3D3D3. Windows color (decimal): -8193054 or 14875522. OLE color: 14875522.

HSL color Cylindrical-coordinate representation of color #82FBE2: hue angle of 167.6º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FBE2 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB130251226-
CMYK0.4800.100.02
HSL167.6º93.8%74.71%-
HSV(B)167.6º48.21%98.43%-
XYZ57.4379.2384.22-
YUV211.97135.9169.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.42%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=21.42%
G=41.35%
B=37.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302512260.4800.100.02167.693.874.71
Hex82FBE2300A2a85e4b
Octal202373342600122250136113
Binary10000010111110111110001011000001010101010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,251,226); }

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

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

 a { background-color: rgb(130,251,226); }

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

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

 span { border-color: rgb(130,251,226); }

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