#83D2A0

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

Shades of Vista Blue #83D2A0

Tints of Vista Blue #83D2A0

Color information

#83D2A0 (or 0x83D2A0) is unknown color: approx Vista Blue. HEX triplet: 83, D2 and A0. RGB value is (131,210,160). Sum of RGB (Red+Green+Blue) = 131+210+160=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #83D2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D2A0 is #7C2D5F. Grayscale: #B4B4B4. Windows color (decimal): -8138080 or 10539651. OLE color: 10539651.

HSL color Cylindrical-coordinate representation of color #83D2A0: hue angle of 142.03º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D2A0 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB131210160-
CMYK0.3800.240.18
HSL142.03º46.75%66.86%-
HSV(B)142.03º37.62%82.35%-
XYZ38.7553.4641.53-
YUV180.68116.3392.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=26.15%
G=41.92%
B=31.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312101600.3800.240.18142.0346.7566.86
Hex83D2A026018128e2f43
Octal203322240460302221657103
Binary10000011110100101010000010011001100010010100011101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,210,160); }

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

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

 a { background-color: rgb(131,210,160); }

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

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

 span { border-color: rgb(131,210,160); }

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