#82F9AF

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

Shades of Vista Blue #82F9AF

Tints of Vista Blue #82F9AF

Color information

#82F9AF (or 0x82F9AF) is unknown color: approx Vista Blue. HEX triplet: 82, F9 and AF. RGB value is (130,249,175). Sum of RGB (Red+Green+Blue) = 130+249+175=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F9AF is #7D0650. Grayscale: #CDCDCD. Windows color (decimal): -8193617 or 11532674. OLE color: 11532674.

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

Color convert

RGB130249175-
CMYK0.4800.300.02
HSL142.69º90.84%74.31%-
HSV(B)142.69º47.79%97.65%-
XYZ50.8275.5952.47-
YUV204.98111.0874.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.47%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=23.47%
G=44.95%
B=31.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302491750.4800.300.02142.6990.8474.31
Hex82F9AF3001E28f5b4a
Octal202371257600362217133112
Binary100000101111100110101111110000011110101000111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,249,175); }

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

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

 a { background-color: rgb(130,249,175); }

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

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

 span { border-color: rgb(130,249,175); }

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