#83F2AD

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

Shades of Vista Blue #83F2AD

Tints of Vista Blue #83F2AD

Color information

#83F2AD (or 0x83F2AD) is unknown color: approx Vista Blue. HEX triplet: 83, F2 and AD. RGB value is (131,242,173). Sum of RGB (Red+Green+Blue) = 131+242+173=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F2AD is #7C0D52. Grayscale: #C9C9C9. Windows color (decimal): -8129875 or 11399811. OLE color: 11399811.

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

Color convert

RGB131242173-
CMYK0.4600.290.05
HSL142.7º81.02%73.14%-
HSV(B)142.7º45.87%94.9%-
XYZ48.6671.3550.74-
YUV200.95112.2378.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.99%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=23.99%
G=44.32%
B=31.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312421730.4600.290.05142.781.0273.14
Hex83F2AD2E01D58f5149
Octal203362255560355217121111
Binary1000001111110010101011011011100111011011000111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83F2AD; }

 p { color: rgb(131,242,173); }

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

<style>
 a { background-color: #83F2AD; }

 a { background-color: rgb(131,242,173); }

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

<style>
 span { border-color: #83F2AD; }

 span { border-color: rgb(131,242,173); }

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