#83F4AF

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

Shades of Vista Blue #83F4AF

Tints of Vista Blue #83F4AF

Color information

#83F4AF (or 0x83F4AF) is unknown color: approx Vista Blue. HEX triplet: 83, F4 and AF. RGB value is (131,244,175). Sum of RGB (Red+Green+Blue) = 131+244+175=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F4AF is #7C0B50. Grayscale: #CACACA. Windows color (decimal): -8129361 or 11531395. OLE color: 11531395.

HSL color Cylindrical-coordinate representation of color #83F4AF: hue angle of 143.36º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4AF is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB131244175-
CMYK0.4600.280.04
HSL143.36º83.7%73.53%-
HSV(B)143.36º46.31%95.69%-
XYZ49.4572.6251.97-
YUV202.35112.5677.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.82%
GREEN value IS 244 (95.70% from 255) = 44.36%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=23.82%
G=44.36%
B=31.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312441750.4600.280.04143.3683.773.53
Hex83F4AF2E01C48f544a
Octal203364257560344217124112
Binary1000001111110100101011111011100111001001000111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,244,175); }

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

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

 a { background-color: rgb(131,244,175); }

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

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

 span { border-color: rgb(131,244,175); }

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