#82F4C8

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

Shades of Aquamarine #82F4C8

Tints of Aquamarine #82F4C8

Color information

#82F4C8 (or 0x82F4C8) is unknown color: approx Aquamarine. HEX triplet: 82, F4 and C8. RGB value is (130,244,200). Sum of RGB (Red+Green+Blue) = 130+244+200=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #82F4C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F4C8 is #7D0B37. Grayscale: #CCCCCC. Windows color (decimal): -8194872 or 13169794. OLE color: 13169794.

HSL color Cylindrical-coordinate representation of color #82F4C8: hue angle of 156.84º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F4C8 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB130244200-
CMYK0.4700.180.04
HSL156.84º83.82%73.33%-
HSV(B)156.84º46.72%95.69%-
XYZ51.9873.6266.11-
YUV204.9125.2374.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.65%
GREEN value IS 244 (95.70% from 255) = 42.51%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=22.65%
G=42.51%
B=34.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302442000.4700.180.04156.8483.8273.33
Hex82F4C82F01249d5449
Octal202364310570224235124111
Binary1000001011110100110010001011110100101001001110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,244,200); }

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

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

 a { background-color: rgb(130,244,200); }

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

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

 span { border-color: rgb(130,244,200); }

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