#82FACD

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

Shades of Aquamarine #82FACD

Tints of Aquamarine #82FACD

Color information

#82FACD (or 0x82FACD) is unknown color: approx Aquamarine. HEX triplet: 82, FA and CD. RGB value is (130,250,205). Sum of RGB (Red+Green+Blue) = 130+250+205=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #82FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FACD is #7D0532. Grayscale: #D1D1D1. Windows color (decimal): -8193331 or 13499010. OLE color: 13499010.

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

Color convert

RGB130250205-
CMYK0.4800.180.02
HSL157.5º92.31%74.51%-
HSV(B)157.5º48%98.04%-
XYZ54.4177.5269.85-
YUV208.99125.7471.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.22%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=22.22%
G=42.74%
B=35.04%

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
Decimal1302502050.4800.180.02157.592.3174.51
Hex82FACD3001229e5c4b
Octal202372315600222236134113
Binary100000101111101011001101110000010010101001111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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