#82F9DE

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

Shades of Aquamarine #82F9DE

Tints of Aquamarine #82F9DE

Color information

#82F9DE (or 0x82F9DE) is unknown color: approx Aquamarine. HEX triplet: 82, F9 and DE. RGB value is (130,249,222). Sum of RGB (Red+Green+Blue) = 130+249+222=601 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.63% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9DE is #7D0621. Grayscale: #D2D2D2. Windows color (decimal): -8193570 or 14612866. OLE color: 14612866.

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

Color convert

RGB130249222-
CMYK0.4800.110.02
HSL166.39º90.84%74.31%-
HSV(B)166.39º47.79%97.65%-
XYZ56.2777.7781.15-
YUV210.34134.5870.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.63%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=21.63%
G=41.43%
B=36.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492220.4800.110.02166.3990.8474.31
Hex82F9DE300B2a65b4a
Octal202371336600132246133112
Binary10000010111110011101111011000001011101010011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,249,222); }

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

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

 a { background-color: rgb(130,249,222); }

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

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

 span { border-color: rgb(130,249,222); }

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