#82FCD8

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

Shades of Aquamarine #82FCD8

Tints of Aquamarine #82FCD8

Color information

#82FCD8 (or 0x82FCD8) is unknown color: approx Aquamarine. HEX triplet: 82, FC and D8. RGB value is (130,252,216). Sum of RGB (Red+Green+Blue) = 130+252+216=598 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.74% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FCD8 is #7D0327. Grayscale: #D3D3D3. Windows color (decimal): -8192808 or 14220418. OLE color: 14220418.

HSL color Cylindrical-coordinate representation of color #82FCD8: hue angle of 162.3º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FCD8 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB130252216-
CMYK0.4800.140.01
HSL162.3º95.31%74.9%-
HSV(B)162.3º48.41%98.82%-
XYZ56.4179.3277.3-
YUV211.42130.5869.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.74%
GREEN value IS 252 (98.83% from 255) = 42.14%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=21.74%
G=42.14%
B=36.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302522160.4800.140.01162.395.3174.9
Hex82FCD8300E1a25f4b
Octal202374330600161242137113
Binary1000001011111100110110001100000111011010001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,252,216); }

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

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

 a { background-color: rgb(130,252,216); }

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

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

 span { border-color: rgb(130,252,216); }

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