#82F9D1

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

Shades of Aquamarine #82F9D1

Tints of Aquamarine #82F9D1

Color information

#82F9D1 (or 0x82F9D1) is unknown color: approx Aquamarine. HEX triplet: 82, F9 and D1. RGB value is (130,249,209). Sum of RGB (Red+Green+Blue) = 130+249+209=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9D1 is #7D062E. Grayscale: #D0D0D0. Windows color (decimal): -8193583 or 13760898. OLE color: 13760898.

HSL color Cylindrical-coordinate representation of color #82F9D1: hue angle of 159.83º 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 #82F9D1 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB130249209-
CMYK0.4800.160.02
HSL159.83º90.84%74.31%-
HSV(B)159.83º47.79%97.65%-
XYZ54.5977.172.33-
YUV208.86128.0871.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.11%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=22.11%
G=42.35%
B=35.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492090.4800.160.02159.8390.8474.31
Hex82F9D1300102a05b4a
Octal202371321600202240133112
Binary100000101111100111010001110000010000101010000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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