#82FACC

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

Shades of Aquamarine #82FACC

Tints of Aquamarine #82FACC

Color information

#82FACC (or 0x82FACC) is unknown color: approx Aquamarine. HEX triplet: 82, FA and CC. RGB value is (130,250,204). Sum of RGB (Red+Green+Blue) = 130+250+204=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #82FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FACC is #7D0533. Grayscale: #D0D0D0. Windows color (decimal): -8193332 or 13433474. OLE color: 13433474.

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

Color convert

RGB130250204-
CMYK0.4800.180.02
HSL157º92.31%74.51%-
HSV(B)157º48%98.04%-
XYZ54.2977.4869.22-
YUV208.88125.2471.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=22.26%
G=42.81%
B=34.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302502040.4800.180.0215792.3174.51
Hex82FACC3001229d5c4b
Octal202372314600222235134113
Binary100000101111101011001100110000010010101001110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,250,204); }

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

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

 a { background-color: rgb(130,250,204); }

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

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

 span { border-color: rgb(130,250,204); }

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