#83F0AD

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

Shades of Vista Blue #83F0AD

Tints of Vista Blue #83F0AD

Color information

#83F0AD (or 0x83F0AD) is unknown color: approx Vista Blue. HEX triplet: 83, F0 and AD. RGB value is (131,240,173). Sum of RGB (Red+Green+Blue) = 131+240+173=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F0AD is #7C0F52. Grayscale: #C7C7C7. Windows color (decimal): -8130387 or 11399299. OLE color: 11399299.

HSL color Cylindrical-coordinate representation of color #83F0AD: hue angle of 143.12º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0AD is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB131240173-
CMYK0.4500.280.06
HSL143.12º78.42%72.75%-
HSV(B)143.12º45.42%94.12%-
XYZ48.0670.1650.54-
YUV199.77112.8978.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.08%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=24.08%
G=44.12%
B=31.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312401730.4500.280.06143.1278.4272.75
Hex83F0AD2D01C68f4e49
Octal203360255550346217116111
Binary1000001111110000101011011011010111001101000111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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