#82F3AD

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

Shades of Vista Blue #82F3AD

Tints of Vista Blue #82F3AD

Color information

#82F3AD (or 0x82F3AD) is unknown color: approx Vista Blue. HEX triplet: 82, F3 and AD. RGB value is (130,243,173). Sum of RGB (Red+Green+Blue) = 130+243+173=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #82F3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F3AD is #7D0C52. Grayscale: #C9C9C9. Windows color (decimal): -8195155 or 11400066. OLE color: 11400066.

HSL color Cylindrical-coordinate representation of color #82F3AD: hue angle of 142.83º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F3AD is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB130243173-
CMYK0.4700.290.05
HSL142.83º82.48%73.14%-
HSV(B)142.83º46.5%95.29%-
XYZ48.871.8650.83-
YUV201.23112.0677.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.81%
GREEN value IS 243 (95.31% from 255) = 44.51%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=23.81%
G=44.51%
B=31.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302431730.4700.290.05142.8382.4873.14
Hex82F3AD2F01D58f5249
Octal202363255570355217122111
Binary1000001011110011101011011011110111011011000111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,243,173); }

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

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

 a { background-color: rgb(130,243,173); }

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

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

 span { border-color: rgb(130,243,173); }

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