#83F3AB

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

Shades of Vista Blue #83F3AB

Tints of Vista Blue #83F3AB

Color information

#83F3AB (or 0x83F3AB) is unknown color: approx Vista Blue. HEX triplet: 83, F3 and AB. RGB value is (131,243,171). Sum of RGB (Red+Green+Blue) = 131+243+171=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F3AB is #7C0C54. Grayscale: #C9C9C9. Windows color (decimal): -8129621 or 11268995. OLE color: 11268995.

HSL color Cylindrical-coordinate representation of color #83F3AB: hue angle of 141.43º degrees, saturation: 0.82, 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 #83F3AB is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB131243171-
CMYK0.4600.300.05
HSL141.43º82.35%73.33%-
HSV(B)141.43º46.09%95.29%-
XYZ48.7671.8749.83-
YUV201.3110.8977.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.04%
GREEN value IS 243 (95.31% from 255) = 44.59%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=24.04%
G=44.59%
B=31.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312431710.4600.300.05141.4382.3573.33
Hex83F3AB2E01E58d5249
Octal203363253560365215122111
Binary1000001111110011101010111011100111101011000110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,243,171); }

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

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

 a { background-color: rgb(131,243,171); }

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

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

 span { border-color: rgb(131,243,171); }

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