#83D3AA

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

Shades of Vista Blue #83D3AA

Tints of Vista Blue #83D3AA

Color information

#83D3AA (or 0x83D3AA) is unknown color: approx Vista Blue. HEX triplet: 83, D3 and AA. RGB value is (131,211,170). Sum of RGB (Red+Green+Blue) = 131+211+170=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #83D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D3AA is #7C2C55. Grayscale: #B6B6B6. Windows color (decimal): -8137814 or 11195267. OLE color: 11195267.

HSL color Cylindrical-coordinate representation of color #83D3AA: hue angle of 149.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D3AA is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB131211170-
CMYK0.3800.190.17
HSL149.25º47.62%67.06%-
HSV(B)149.25º37.91%82.75%-
XYZ39.9154.3246.41-
YUV182.4112191.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=25.59%
G=41.21%
B=33.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1312111700.3800.190.17149.2547.6267.06
Hex83D3AA2601311953043
Octal203323252460232122560103
Binary10000011110100111010101010011001001110001100101011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,211,170); }

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

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

 a { background-color: rgb(131,211,170); }

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

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

 span { border-color: rgb(131,211,170); }

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