#82F0DA

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

Shades of Aquamarine #82F0DA

Tints of Aquamarine #82F0DA

Color information

#82F0DA (or 0x82F0DA) is unknown color: approx Aquamarine. HEX triplet: 82, F0 and DA. RGB value is (130,240,218). Sum of RGB (Red+Green+Blue) = 130+240+218=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #82F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F0DA is #7D0F25. Grayscale: #CCCCCC. Windows color (decimal): -8195878 or 14348418. OLE color: 14348418.

HSL color Cylindrical-coordinate representation of color #82F0DA: hue angle of 168º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F0DA is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB130240218-
CMYK0.4600.090.06
HSL168º78.57%72.55%-
HSV(B)168º45.83%94.12%-
XYZ53.0272.1377.46-
YUV204.6135.5674.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.11%
GREEN value IS 240 (94.14% from 255) = 40.82%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=22.11%
G=40.82%
B=37.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302402180.4600.090.0616878.5772.55
Hex82F0DA2E096a84f49
Octal202360332560116250117111
Binary100000101111000011011010101110010011101010100010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,240,218); }

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

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

 a { background-color: rgb(130,240,218); }

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

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

 span { border-color: rgb(130,240,218); }

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